Lines Matching full:label
28 Label entry(env); in LoadObjByName()
30 Label exit(env); in LoadObjByName()
31 Label tryFastPath(env); in LoadObjByName()
32 Label slowPath(env); in LoadObjByName()
33 Label tryPreDump(env); in LoadObjByName()
68 Label entry(env); in LoadPrivatePropertyByName()
70 Label exit(env); in LoadPrivatePropertyByName()
71 Label tryFastPath(env); in LoadPrivatePropertyByName()
72 Label slowPath(env); in LoadPrivatePropertyByName()
73 Label tryPreDump(env); in LoadPrivatePropertyByName()
105 Label entry(env); in DeprecatedLoadObjByName()
107 Label exit(env); in DeprecatedLoadObjByName()
108 Label fastPath(env); in DeprecatedLoadObjByName()
109 Label slowPath(env); in DeprecatedLoadObjByName()
135 Label entry(env); in StoreObjByName()
137 Label exit(env); in StoreObjByName()
138 Label tryFastPath(env); in StoreObjByName()
139 Label slowPath(env); in StoreObjByName()
140 Label tryPreDump(env); in StoreObjByName()
180 Label entry(env); in StorePrivatePropertyByName()
182 Label exit(env); in StorePrivatePropertyByName()
183 Label tryFastPath(env); in StorePrivatePropertyByName()
184 Label slowPath(env); in StorePrivatePropertyByName()
185 Label tryPreDump(env); in StorePrivatePropertyByName()
233 Label entry(env); in LoadObjByValue()
235 Label exit(env); in LoadObjByValue()
236 Label tryFastPath(env); in LoadObjByValue()
237 Label slowPath(env); in LoadObjByValue()
238 Label tryPreDump(env); in LoadObjByValue()
270 Label entry(env); in DeprecatedLoadObjByValue()
272 Label exit(env); in DeprecatedLoadObjByValue()
273 Label fastPath(env); in DeprecatedLoadObjByValue()
274 Label slowPath(env); in DeprecatedLoadObjByValue()
299 Label entry(env); in StoreObjByValue()
301 Label exit(env); in StoreObjByValue()
302 Label tryFastPath(env); in StoreObjByValue()
303 Label slowPath(env); in StoreObjByValue()
304 Label tryPreDump(env); in StoreObjByValue()
337 Label entry(env); in TryLoadGlobalByName()
339 Label exit(env); in TryLoadGlobalByName()
340 Label tryFastPath(env); in TryLoadGlobalByName()
341 Label slowPath(env); in TryLoadGlobalByName()
353 Label foundInRecord(env); in TryLoadGlobalByName()
354 Label notFoundInRecord(env); in TryLoadGlobalByName()
387 Label entry(env); in TryStoreGlobalByName()
389 Label exit(env); in TryStoreGlobalByName()
390 Label tryFastPath(env); in TryStoreGlobalByName()
391 Label slowPath(env); in TryStoreGlobalByName()
402 Label foundInRecord(env); in TryStoreGlobalByName()
403 Label notFoundInRecord(env); in TryStoreGlobalByName()
414 Label isFoundInGlobal(env); in TryStoreGlobalByName()
415 Label notFoundInGlobal(env); in TryStoreGlobalByName()
449 Label entry(env); in LoadGlobalVar()
451 Label exit(env); in LoadGlobalVar()
452 Label tryFastPath(env); in LoadGlobalVar()
453 Label slowPath(env); in LoadGlobalVar()
487 Label entry(env); in StoreGlobalVar()
489 Label exit(env); in StoreGlobalVar()
490 Label tryFastPath(env); in StoreGlobalVar()
491 Label slowPath(env); in StoreGlobalVar()
524 Label entry(env); in StOwnByIndex()
527 Label isHeapObject(env); in StOwnByIndex()
528 Label slowPath(env); in StOwnByIndex()
529 Label exit(env); in StOwnByIndex()
532 Label notClassConstructor(env); in StOwnByIndex()
535 Label notClassPrototype(env); in StOwnByIndex()
556 Label entry(env); in StOwnByValue()
559 Label isHeapObject(env); in StOwnByValue()
560 Label slowPath(env); in StOwnByValue()
561 Label exit(env); in StOwnByValue()
564 Label notClassConstructor(env); in StOwnByValue()
567 Label notClassPrototype(env); in StOwnByValue()
588 Label entry(env); in StOwnByName()
591 Label isJSObject(env); in StOwnByName()
592 Label slowPath(env); in StOwnByName()
593 Label exit(env); in StOwnByName()
596 Label notClassConstructor(env); in StOwnByName()
599 Label notClassPrototype(env); in StOwnByName()
620 Label entry(env); in StOwnByValueWithNameSet()
623 Label isHeapObject(env); in StOwnByValueWithNameSet()
624 Label slowPath(env); in StOwnByValueWithNameSet()
625 Label notClassConstructor(env); in StOwnByValueWithNameSet()
626 Label notClassPrototype(env); in StOwnByValueWithNameSet()
627 Label notHole(env); in StOwnByValueWithNameSet()
628 Label exit(env); in StOwnByValueWithNameSet()
642 Label notexception(env); in StOwnByValueWithNameSet()
665 Label entry(env); in StOwnByNameWithNameSet()
668 Label isJSObject(env); in StOwnByNameWithNameSet()
669 Label notJSObject(env); in StOwnByNameWithNameSet()
670 Label notClassConstructor(env); in StOwnByNameWithNameSet()
671 Label notClassPrototype(env); in StOwnByNameWithNameSet()
672 Label notHole(env); in StOwnByNameWithNameSet()
673 Label exit(env); in StOwnByNameWithNameSet()
687 Label notException(env); in StOwnByNameWithNameSet()
710 Label entry(env); in StObjByIndex()
713 Label exit(env); in StObjByIndex()
714 Label fastPath(env); in StObjByIndex()
715 Label slowPath(env); in StObjByIndex()
736 Label entry(env); in LdObjByIndex()
739 Label fastPath(env); in LdObjByIndex()
740 Label slowPath(env); in LdObjByIndex()
741 Label exit(env); in LdObjByIndex()