Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp622 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
979 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in VisitLoadPropertyOnProto() local
Dtyped_hcr_lowering.cpp793 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadProperty() local
831 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallGetter() local
870 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerStoreProperty() local
902 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallSetter() local
1727 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadGetter() local
1748 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadSetter() local
2980 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoLoadPropertyOnProto() local
3020 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoCallGetterOnProto() local
3111 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoStorePropertyLookUpProto() local
3178 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoStoreProperty() local
Dnumber_speculative_retype.cpp1587 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitStoreProperty() local
1615 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
2150 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoLoadPropertyOnProto() local
2196 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoStoreProperty() local
Dhcr_circuit_builder.cpp394 …uilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallGetter()
417 …uilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallSetter()
Dmcr_circuit_builder.cpp862 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty()
875 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value, in StoreProperty()