Home
last modified time | relevance | path

Searched defs:unsharedConstPool (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_lowering.cpp981 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in VisitLoadPropertyOnProto() local
H A Dts_inline_lowering.cpp354 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
H A Dtyped_bytecode_lowering.cpp757 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerTypedStObjByName() local
H A Dmcr_circuit_builder.cpp1611 GateRef CircuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoLoadPropertyOnProto() argument
1649 GateRef CircuitBuilder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStorePropertyLookUpProto() argument
1664 GateRef CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStoreProperty() argument
1627 MonoCallGetterOnProto(GateRef gate, GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex) MonoCallGetterOnProto() argument
H A Dcircuit_builder.cpp785 GateRef unsharedConstPool = unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in GetObjectByIndexFromConstPool() local
790 GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, GateRef unsharedConstPool, GateRef module, GateRef index, ConstPoolType type) GetObjectFromConstPool() argument
H A Dslowpath_lowering.cpp1616 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local
3906 GateRef unsharedConstPool = in LowerGetUnsharedConstPool() local
H A Dtyped_hcr_lowering.cpp559 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in BuildCompareHClass() local
783 GateRef TypedHCRLowering::LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecType) in LoadFromConstPool() argument
1702 GateRef unsharedConstPool = acc_.GetValueIn(gate, 2); // 2: constpool in LowerLookupHolder() local
1770 GateRef unsharedConstPool = acc_.GetValueIn(gate, 0); in LowerPrototypeCheck() local
2985 GateRef unsharedConstPool in LowerMonoLoadPropertyOnProto() local
3025 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool LowerMonoCallGetterOnProto() local
3116 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool LowerMonoStorePropertyLookUpProto() local
3183 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constPool LowerMonoStoreProperty() local
[all...]
H A Dstub_builder.cpp7800 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetArrayLiteralFromConstPool() local
7808 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetObjectLiteralFromConstPool() local

Completed in 47 milliseconds