Searched defs:propertyLookupResult (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A 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
|
| H A D | hcr_circuit_builder.cpp | 394 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallGetter() argument 417 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, in CallSetter() argument
|
| H A D | number_speculative_retype.cpp | 1589 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitStoreProperty() local 1617 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitLoadProperty() local 2169 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoLoadPropertyOnProto() local 2215 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in VisitMonoStoreProperty() local
|
| H A D | mcr_circuit_builder.cpp | 866 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty() argument 879 GateRef CircuitBuilder::StoreProperty(GateRef receiver, GateRef propertyLookupResult, GateRef value, in StoreProperty() argument
|
| H A D | typed_hcr_lowering.cpp | 796 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadProperty() local 834 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallGetter() local 873 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerStoreProperty() local 905 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerCallSetter() local 1730 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); in LowerLoadGetter() local 1751 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); LowerLoadSetter() local 2983 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult LowerMonoLoadPropertyOnProto() local 3023 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult LowerMonoCallGetterOnProto() local 3114 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult LowerMonoStorePropertyLookUpProto() local 3181 GateRef propertyLookupResult = acc_.GetValueIn(gate, 1); // 1: propertyLookupResult LowerMonoStoreProperty() local [all...] |
Completed in 16 milliseconds