Home
last modified time | relevance | path

Searched defs:propertyLookupResult (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp536 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
Dnumber_speculative_retype.cpp1004 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitStoreProperty() local
1032 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
Dnumber_speculative_lowering.cpp542 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
Dcircuit_builder.cpp1145 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()