Home
last modified time | relevance | path

Searched defs:plrGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp572 GateRef plrGate = builder_.Int32(plr.GetData()); in LowerTypedLdObjByName() local
756 GateRef plrGate = builder_.Int32(plr.GetData()); in LowerTypedStObjByName() local
889 GateRef plrGate = builder_.Int32(plr.GetData()); in BuildNamedPropertyAccess() local
903 GateRef plrGate = builder_.Int32(plr.GetData()); in BuildNamedPropertyAccess() local
1004 GateRef plrGate = builder_.Int32(plr.GetData()); in TryLowerTypedLdObjByNameForGlobalsId() local
1024 GateRef plrGate = builder_.Int32(plr.GetData()); in TryLowerTypedLdObjByNameForGlobalsId() local
1059 GateRef plrGate = builder_.Int32(plr.GetData()); in TryLowerTypedLdobjBynameFromGloablBuiltin() local
1172 GateRef plrGate = builder_.Int32(plr.GetData()); in TryLowerTypedLdObjByNameForBuiltinMethod() local
Dmcr_circuit_builder.cpp1604 GateRef CircuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unshared… in MonoLoadPropertyOnProto()
1620 GateRef CircuitBuilder::MonoCallGetterOnProto(GateRef gate, GateRef receiver, GateRef plrGate, in MonoCallGetterOnProto()
1642 GateRef CircuitBuilder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef uns… in MonoStorePropertyLookUpProto()
1657 GateRef CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstP… in MonoStoreProperty()