Lines Matching full:exit
53 void NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef parent);
54 void NewJSObject(Variable *result, Label *exit, GateRef hclass, GateRef size);
55 void NewJSObject(Variable *result, Label *exit, GateRef hclass);
56 void NewSObject(Variable *result, Label *exit, GateRef hclass);
88 …void NewArgumentsList(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs…
91 void NewArgumentsObj(Variable *result, Label *exit, GateRef argumentsList, GateRef numArgs);
92 void AssignRestArg(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs,
94 void AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed);
95 void AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, GateRef length,
97 void AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second,
99 void HeapAlloc(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef hclass);
100 …void NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, Gate…
105 …void InitializeWithSpeicalValue(Label *exit, GateRef object, GateRef value, GateRef start, GateRef…
116 void NewTaggedArrayChecked(Variable *result, GateRef len, Label *exit);
117 void NewMutantTaggedArrayChecked(Variable *result, GateRef len, Label *exit);
119 void CreateJSCollectionIterator(Variable *result, Label *exit, GateRef set, GateRef kind);
120 void CreateJSTypedArrayIterator(Variable *result, Label *exit, GateRef set, GateRef kind);
127 void NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef length);
139 void AllocateInYoungPrologue(Variable *result, Label *callRuntime, Label *exit);
140 void AllocateInYoung(Variable *result, Label *exit, GateRef hclass);
142 void AllocateInSOldPrologue(Variable *result, Label *callRuntime, Label *exit);
143 void AllocateInSOld(Variable *result, Label *exit, GateRef hclass);
144 void InitializeTaggedArrayWithSpeicalValue(Label *exit,