Lines Matching full:label
21 void ICStubBuilder::NamedICAccessor(Variable* cachedHandler, Label *tryICHandler) in NamedICAccessor()
24 Label receiverIsHeapObject(env); in NamedICAccessor()
25 Label receiverNotHeapObject(env); in NamedICAccessor()
26 Label tryIC(env); in NamedICAccessor()
34 Label isHeapObject(env); in NamedICAccessor()
35 Label notHeapObject(env); in NamedICAccessor()
43 Label tryPoly(env); in NamedICAccessor()
62 Label tryNumber(env); in NamedICAccessor()
63 Label profileNotUndefined(env); in NamedICAccessor()
73 Label isHeapObject(env); in NamedICAccessor()
91 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElemen… in ValuedICAccessor()
94 Label receiverIsHeapObject(env); in ValuedICAccessor()
99 Label tryIC(env); in ValuedICAccessor()
103 Label isHeapObject(env); in ValuedICAccessor()
104 Label notHeapObject(env); in ValuedICAccessor()
110 Label tryPoly(env); in ValuedICAccessor()
111 Label tryWithElementPoly(env); in ValuedICAccessor()
118 Label firstIsKey(env); in ValuedICAccessor()
128 Label checkSecond(env); in ValuedICAccessor()
129 Label checkPoly(env); in ValuedICAccessor()
152 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName()
155 Label loadWithHandler(env); in LoadICByName()
168 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName()
171 Label storeWithHandler(env); in StoreICByName()
187 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue()
190 Label loadWithHandler(env); in LoadICByValue()
191 Label loadElement(env); in LoadICByValue()
192 Label handlerInfoIsElement(env); in LoadICByValue()
193 Label handlerInfoNotElement(env); in LoadICByValue()
194 Label handlerInfoIsStringElement(env); in LoadICByValue()
195 Label handlerInfoNotStringElement(env); in LoadICByValue()
196 Label handlerInfoIsTypedArrayElement(env); in LoadICByValue()
197 Label exit(env); in LoadICByValue()
247 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue()
250 Label storeWithHandler(env); in StoreICByValue()
251 Label storeElement(env); in StoreICByValue()
272 …ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label … in TryLoadGlobalICByName()
275 Label tryIC(env); in TryLoadGlobalICByName()
282 Label isHeapObject(env); in TryLoadGlobalICByName()
293 …CStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label … in TryStoreGlobalICByName()
296 Label tryIC(env); in TryStoreGlobalICByName()
303 Label isHeapObject(env); in TryStoreGlobalICByName()