Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A 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
H A Dhcr_circuit_builder.cpp394 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 Dnumber_speculative_retype.cpp1589 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 Dmcr_circuit_builder.cpp866 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 Dtyped_hcr_lowering.cpp796 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