Searched defs:propertyLookupResult (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_lowering.cpp | 622 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local 979 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult in VisitLoadPropertyOnProto() local
|
| D | typed_hcr_lowering.cpp | 793 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
|
| D | number_speculative_retype.cpp | 1587 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
|
| D | hcr_circuit_builder.cpp | 394 …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()
|
| D | mcr_circuit_builder.cpp | 862 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() 875 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value, in StoreProperty()
|