Searched defs:propertyLookupResult (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_mcr_lowering.cpp | 536 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadProperty() local 559 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallGetter() local 584 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerStoreProperty() local 604 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallSetter() local 1274 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadGetter() local 1289 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadSetter() local
|
| D | number_speculative_retype.cpp | 1004 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitStoreProperty() local 1032 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
|
| D | number_speculative_lowering.cpp | 542 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
|
| D | circuit_builder.cpp | 1145 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() 1158 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value) in StoreProperty() 1281 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef propertyLookupResult, in CallGetter() 1301 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef propertyLookupResult, in CallSetter()
|