• Home
  • Raw
  • Download

Lines Matching refs:env

27     auto env = GetEnvironment();  in LoadObjByName()  local
28 Label entry(env); in LoadObjByName()
29 env->SubCfgEntry(&entry); in LoadObjByName()
30 Label exit(env); in LoadObjByName()
31 Label tryFastPath(env); in LoadObjByName()
32 Label slowPath(env); in LoadObjByName()
55 env->SubCfgExit(); in LoadObjByName()
62 auto env = GetEnvironment(); in DeprecatedLoadObjByName() local
63 Label entry(env); in DeprecatedLoadObjByName()
64 env->SubCfgEntry(&entry); in DeprecatedLoadObjByName()
65 Label exit(env); in DeprecatedLoadObjByName()
66 Label fastPath(env); in DeprecatedLoadObjByName()
67 Label slowPath(env); in DeprecatedLoadObjByName()
84 env->SubCfgExit(); in DeprecatedLoadObjByName()
92 auto env = GetEnvironment(); in StoreObjByName() local
93 Label entry(env); in StoreObjByName()
94 env->SubCfgEntry(&entry); in StoreObjByName()
95 Label exit(env); in StoreObjByName()
96 Label tryFastPath(env); in StoreObjByName()
97 Label slowPath(env); in StoreObjByName()
120 env->SubCfgExit(); in StoreObjByName()
142 auto env = GetEnvironment(); in LoadObjByValue() local
143 Label entry(env); in LoadObjByValue()
144 env->SubCfgEntry(&entry); in LoadObjByValue()
145 Label exit(env); in LoadObjByValue()
146 Label tryFastPath(env); in LoadObjByValue()
147 Label slowPath(env); in LoadObjByValue()
168 env->SubCfgExit(); in LoadObjByValue()
175 auto env = GetEnvironment(); in DeprecatedLoadObjByValue() local
176 Label entry(env); in DeprecatedLoadObjByValue()
177 env->SubCfgEntry(&entry); in DeprecatedLoadObjByValue()
178 Label exit(env); in DeprecatedLoadObjByValue()
179 Label fastPath(env); in DeprecatedLoadObjByValue()
180 Label slowPath(env); in DeprecatedLoadObjByValue()
197 env->SubCfgExit(); in DeprecatedLoadObjByValue()
204 auto env = GetEnvironment(); in StoreObjByValue() local
205 Label entry(env); in StoreObjByValue()
206 env->SubCfgEntry(&entry); in StoreObjByValue()
207 Label exit(env); in StoreObjByValue()
208 Label tryFastPath(env); in StoreObjByValue()
209 Label slowPath(env); in StoreObjByValue()
229 env->SubCfgExit(); in StoreObjByValue()
236 auto env = GetEnvironment(); in StoreOwnByIndex() local
237 Label entry(env); in StoreOwnByIndex()
238 env->SubCfgEntry(&entry); in StoreOwnByIndex()
239 Label exit(env); in StoreOwnByIndex()
240 Label tryFastPath(env); in StoreOwnByIndex()
241 Label slowPath(env); in StoreOwnByIndex()
248 Label isHeapObject(env); in StoreOwnByIndex()
251 Label notClassConstructor(env); in StoreOwnByIndex()
254 Label notClassPrototype(env); in StoreOwnByIndex()
269 env->SubCfgExit(); in StoreOwnByIndex()
277 auto env = GetEnvironment(); in TryLoadGlobalByName() local
278 Label entry(env); in TryLoadGlobalByName()
279 env->SubCfgEntry(&entry); in TryLoadGlobalByName()
280 Label exit(env); in TryLoadGlobalByName()
281 Label tryFastPath(env); in TryLoadGlobalByName()
282 Label slowPath(env); in TryLoadGlobalByName()
294 Label foundInRecord(env); in TryLoadGlobalByName()
295 Label notFoundInRecord(env); in TryLoadGlobalByName()
319 env->SubCfgExit(); in TryLoadGlobalByName()
327 auto env = GetEnvironment(); in TryStoreGlobalByName() local
328 Label entry(env); in TryStoreGlobalByName()
329 env->SubCfgEntry(&entry); in TryStoreGlobalByName()
330 Label exit(env); in TryStoreGlobalByName()
331 Label tryFastPath(env); in TryStoreGlobalByName()
332 Label slowPath(env); in TryStoreGlobalByName()
343 Label foundInRecord(env); in TryStoreGlobalByName()
344 Label notFoundInRecord(env); in TryStoreGlobalByName()
355 Label isFoundInGlobal(env); in TryStoreGlobalByName()
356 Label notFoundInGlobal(env); in TryStoreGlobalByName()
382 env->SubCfgExit(); in TryStoreGlobalByName()
389 auto env = GetEnvironment(); in LoadGlobalVar() local
390 Label entry(env); in LoadGlobalVar()
391 env->SubCfgEntry(&entry); in LoadGlobalVar()
392 Label exit(env); in LoadGlobalVar()
393 Label tryFastPath(env); in LoadGlobalVar()
394 Label slowPath(env); in LoadGlobalVar()
420 env->SubCfgExit(); in LoadGlobalVar()
427 auto env = GetEnvironment(); in StoreGlobalVar() local
428 Label entry(env); in StoreGlobalVar()
429 env->SubCfgEntry(&entry); in StoreGlobalVar()
430 Label exit(env); in StoreGlobalVar()
431 Label tryFastPath(env); in StoreGlobalVar()
432 Label slowPath(env); in StoreGlobalVar()
458 env->SubCfgExit(); in StoreGlobalVar()
464 auto env = GetEnvironment(); in StOwnByIndex() local
465 Label entry(env); in StOwnByIndex()
466 env->SubCfgEntry(&entry); in StOwnByIndex()
468 Label isHeapObject(env); in StOwnByIndex()
469 Label slowPath(env); in StOwnByIndex()
470 Label exit(env); in StOwnByIndex()
473 Label notClassConstructor(env); in StOwnByIndex()
476 Label notClassPrototype(env); in StOwnByIndex()
490 env->SubCfgExit(); in StOwnByIndex()
496 auto env = GetEnvironment(); in StOwnByValue() local
497 Label entry(env); in StOwnByValue()
498 env->SubCfgEntry(&entry); in StOwnByValue()
500 Label isHeapObject(env); in StOwnByValue()
501 Label slowPath(env); in StOwnByValue()
502 Label exit(env); in StOwnByValue()
505 Label notClassConstructor(env); in StOwnByValue()
508 Label notClassPrototype(env); in StOwnByValue()
522 env->SubCfgExit(); in StOwnByValue()
528 auto env = GetEnvironment(); in StOwnByName() local
529 Label entry(env); in StOwnByName()
530 env->SubCfgEntry(&entry); in StOwnByName()
532 Label isJSObject(env); in StOwnByName()
533 Label slowPath(env); in StOwnByName()
534 Label exit(env); in StOwnByName()
537 Label notClassConstructor(env); in StOwnByName()
540 Label notClassPrototype(env); in StOwnByName()
554 env->SubCfgExit(); in StOwnByName()
560 auto env = GetEnvironment(); in StOwnByValueWithNameSet() local
561 Label entry(env); in StOwnByValueWithNameSet()
562 env->SubCfgEntry(&entry); in StOwnByValueWithNameSet()
564 Label isHeapObject(env); in StOwnByValueWithNameSet()
565 Label slowPath(env); in StOwnByValueWithNameSet()
566 Label notClassConstructor(env); in StOwnByValueWithNameSet()
567 Label notClassPrototype(env); in StOwnByValueWithNameSet()
568 Label notHole(env); in StOwnByValueWithNameSet()
569 Label exit(env); in StOwnByValueWithNameSet()
583 Label notexception(env); in StOwnByValueWithNameSet()
599 env->SubCfgExit(); in StOwnByValueWithNameSet()
605 auto env = GetEnvironment(); in StOwnByNameWithNameSet() local
606 Label entry(env); in StOwnByNameWithNameSet()
607 env->SubCfgEntry(&entry); in StOwnByNameWithNameSet()
609 Label isJSObject(env); in StOwnByNameWithNameSet()
610 Label notJSObject(env); in StOwnByNameWithNameSet()
611 Label notClassConstructor(env); in StOwnByNameWithNameSet()
612 Label notClassPrototype(env); in StOwnByNameWithNameSet()
613 Label notHole(env); in StOwnByNameWithNameSet()
614 Label exit(env); in StOwnByNameWithNameSet()
628 Label notException(env); in StOwnByNameWithNameSet()
644 env->SubCfgExit(); in StOwnByNameWithNameSet()
650 auto env = GetEnvironment(); in StObjByIndex() local
651 Label entry(env); in StObjByIndex()
652 env->SubCfgEntry(&entry); in StObjByIndex()
654 Label exit(env); in StObjByIndex()
655 Label fastPath(env); in StObjByIndex()
656 Label slowPath(env); in StObjByIndex()
670 env->SubCfgExit(); in StObjByIndex()
676 auto env = GetEnvironment(); in LdObjByIndex() local
677 Label entry(env); in LdObjByIndex()
678 env->SubCfgEntry(&entry); in LdObjByIndex()
680 Label fastPath(env); in LdObjByIndex()
681 Label slowPath(env); in LdObjByIndex()
682 Label exit(env); in LdObjByIndex()
698 env->SubCfgExit(); in LdObjByIndex()