Searched defs:propertyLookupResult (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1169 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
|
| D | number_speculative_lowering.cpp | 646 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local 994 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in VisitLoadPropertyOnProto() local
|
| D | typed_hcr_lowering.cpp | 728 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
|
| D | hcr_circuit_builder.cpp | 343 …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()
|
| D | mcr_circuit_builder.cpp | 697 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() 710 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value, in StoreProperty()
|
| D | slowpath_lowering.cpp | 3287 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadGetter() local 3309 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadSetter() local
|