Searched defs:unsharedConstPool (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 354 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in BuildAccessor() local 557 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in InlineAccessorCheck() local
|
| D | typed_hcr_lowering.cpp | 556 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in BuildCompareHClass() local 780 GateRef TypedHCRLowering::LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecT… in LoadFromConstPool() 1699 GateRef unsharedConstPool = acc_.GetValueIn(gate, 2); // 2: constpool in LowerLookupHolder() local 1767 GateRef unsharedConstPool = acc_.GetValueIn(gate, 0); in LowerPrototypeCheck() local 2982 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoLoadPropertyOnProto() local 3022 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoCallGetterOnProto() local 3113 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in LowerMonoStorePropertyLookUpProto() local 3180 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool in LowerMonoStoreProperty() local
|
| D | number_speculative_lowering.cpp | 981 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in VisitLoadPropertyOnProto() local
|
| D | mcr_circuit_builder.cpp | 1604 …rcuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoLoadPropertyOnProto() 1621 GateRef unsharedConstPool, size_t hclassIndex) in MonoCallGetterOnProto() 1642 …Builder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStorePropertyLookUpProto() 1657 …Ref CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStoreProperty()
|
| D | circuit_builder.cpp | 784 …GateRef unsharedConstPool = unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNS… in GetObjectByIndexFromConstPool() local 790 … GateRef unsharedConstPool, GateRef module, GateRef index, in GetObjectFromConstPool()
|
| D | typed_bytecode_lowering.cpp | 757 … GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerTypedStObjByName() local
|
| D | slowpath_lowering.cpp | 1614 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local 3868 GateRef unsharedConstPool = in LowerGetUnsharedConstPool() local
|
| D | stub_builder.cpp | 7719 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetArrayLiteralFromConstPool() local 7727 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetObjectLiteralFromConstPool() local
|