Searched defs:unsharedConstPool (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 564 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in BuildCompareHClass() local 794 GateRef TypedHCRLowering::LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecT… in LoadFromConstPool() 1763 GateRef unsharedConstPool = acc_.GetValueIn(gate, 2); // 2: constpool in LowerLookupHolder() local 1831 GateRef unsharedConstPool = acc_.GetValueIn(gate, 0); in LowerPrototypeCheck() local 2661 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoLoadPropertyOnProto() local 2701 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoCallGetterOnProto() local 2792 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in LowerMonoStorePropertyLookUpProto() local 2859 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoStoreProperty() local
|
| D | ts_inline_lowering.cpp | 357 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in BuildAccessor() local 560 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in InlineAccessorCheck() local
|
| D | number_speculative_lowering.cpp | 1000 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in VisitLoadPropertyOnProto() local
|
| D | mcr_circuit_builder.cpp | 1633 …rcuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoLoadPropertyOnProto() 1650 GateRef unsharedConstPool, size_t hclassIndex) in MonoCallGetterOnProto() 1671 …Builder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStorePropertyLookUpProto() 1686 …Ref CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStoreProperty()
|
| D | circuit_builder.cpp | 851 …GateRef unsharedConstPool = unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNS… in GetObjectByIndexFromConstPool() local 857 … GateRef unsharedConstPool, GateRef module, GateRef index, in GetObjectFromConstPool()
|
| D | slowpath_lowering.cpp | 1611 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local 3683 GateRef unsharedConstPool = in LowerGetUnsharedConstPool() local
|
| D | typed_bytecode_lowering.cpp | 785 … GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerTypedStObjByName() local
|
| D | stub_builder.cpp | 8166 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetArrayLiteralFromConstPool() local 8174 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetObjectLiteralFromConstPool() local
|