Lines Matching refs:env
21 auto env = GetEnvironment(); in NamedICAccessor() local
22 Label receiverIsHeapObject(env); in NamedICAccessor()
23 Label tryIC(env); in NamedICAccessor()
31 Label isHeapObject(env); in NamedICAccessor()
32 Label notHeapObject(env); in NamedICAccessor()
38 Label tryPoly(env); in NamedICAccessor()
59 auto env = GetEnvironment(); in ValuedICAccessor() local
60 Label receiverIsHeapObject(env); in ValuedICAccessor()
65 Label tryIC(env); in ValuedICAccessor()
69 Label isHeapObject(env); in ValuedICAccessor()
70 Label notHeapObject(env); in ValuedICAccessor()
76 Label tryPoly(env); in ValuedICAccessor()
83 Label firstIsKey(env); in ValuedICAccessor()
102 auto env = GetEnvironment(); in LoadICByName() local
103 Label loadWithHandler(env); in LoadICByName()
120 auto env = GetEnvironment(); in StoreICByName() local
121 Label storeWithHandler(env); in StoreICByName()
139 auto env = GetEnvironment(); in LoadICByValue() local
140 Label loadWithHandler(env); in LoadICByValue()
141 Label loadElement(env); in LoadICByValue()
164 auto env = GetEnvironment(); in StoreICByValue() local
165 Label storeWithHandler(env); in StoreICByValue()
166 Label storeElement(env); in StoreICByValue()
189 auto env = GetEnvironment(); in TryLoadGlobalICByName() local
190 Label tryIC(env); in TryLoadGlobalICByName()
197 Label isHeapObject(env); in TryLoadGlobalICByName()
210 auto env = GetEnvironment(); in TryStoreGlobalICByName() local
211 Label tryIC(env); in TryStoreGlobalICByName()
218 Label isHeapObject(env); in TryStoreGlobalICByName()