Searched refs:InterfaceKind (Results 1 – 2 of 2) sorted by relevance
584 case Interpreter::InterfaceKind::WithAlloc: in getCall()585 case Interpreter::InterfaceKind::CopyArray: { in getCall()633 case Interpreter::InterfaceKind::NoAlloc: { in getCall()648 Interpreter::InterfaceKind653 Interpreter::InterfaceKind658 Interpreter::InterfaceKind661 return Interpreter::InterfaceKind::NoAlloc; in VisitFunctionProtoType()666 return Interpreter::InterfaceKind::NoAlloc; in VisitPointerType()673 return Interpreter::InterfaceKind::NoAlloc; in VisitReferenceType()687 return Interpreter::InterfaceKind::NoAlloc; in VisitBuiltinType()[all …]
132 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enum