Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1169 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitStoreProperty() local
1197 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
1265 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoLoadPropertyOnProto() local
1311 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoStoreProperty() local
Dnumber_speculative_lowering.cpp646 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local
994 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in VisitLoadPropertyOnProto() local
Dtyped_hcr_lowering.cpp728 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadProperty() local
742 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallGetter() local
781 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerStoreProperty() local
813 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallSetter() local
2674 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoLoadPropertyOnProto() local
2715 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoCallGetterOnProto() local
2807 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoStorePropertyLookUpProto() local
2874 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in LowerMonoStoreProperty() local
Dhcr_circuit_builder.cpp343 …uilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallGetter()
366 …uilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallSetter()
Dmcr_circuit_builder.cpp697 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty()
710 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value, in StoreProperty()
Dslowpath_lowering.cpp3287 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadGetter() local
3309 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadSetter() local