/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ntype_hcr_lowering.h | 55 GateRef LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecType);
|
H A D | ts_inline_lowering.cpp | 354 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in BuildAccessor() local 361 { state, depend, receiver, builder_.Int32(holderHCIndex), unsharedConstPool, frameState }, GateType::AnyType()); in BuildAccessor() 557 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in InlineAccessorCheck() local 559 {callState, callDepend, unsharedConstPool, frameState}, GateType::NJSValue()); in InlineAccessorCheck()
|
H A D | circuit_builder.cpp | 785 GateRef unsharedConstPool = unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in GetObjectByIndexFromConstPool() local 786 GateRef obj = GetObjectFromConstPool(glue, hirGate, sharedConstpool, unsharedConstPool, module, index, type); in GetObjectByIndexFromConstPool() 791 GateRef unsharedConstPool, GateRef module, GateRef index, in GetObjectFromConstPool() 809 BRANCH_CIR2(TaggedIsNotHole(unsharedConstPool), &unshareCpHit, &unshareCpMiss); in GetObjectFromConstPool() 812 cacheValue = GetValueFromTaggedArray(unsharedConstPool, index); in GetObjectFromConstPool() 790 GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, GateRef unsharedConstPool, GateRef module, GateRef index, ConstPoolType type) GetObjectFromConstPool() argument
|
H A D | mcr_circuit_builder.cpp | 1611 GateRef CircuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoLoadPropertyOnProto() argument 1620 unsharedConstPool, frameState }, in MonoLoadPropertyOnProto() 1628 GateRef unsharedConstPool, size_t hclassIndex) in MonoCallGetterOnProto() 1638 unsharedConstPool, frameState }; in MonoCallGetterOnProto() 1649 GateRef CircuitBuilder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStorePropertyLookUpProto() argument 1657 { currentControl, currentDepend, receiver, plrGate, Int32(hclassIndex), unsharedConstPool, value, frameState}, in MonoStorePropertyLookUpProto() 1664 GateRef CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, in MonoStoreProperty() argument 1672 unsharedConstPool, value, keyIndex, frameState}, in MonoStoreProperty() 1627 MonoCallGetterOnProto(GateRef gate, GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex) MonoCallGetterOnProto() argument
|
H A D | typed_hcr_lowering.cpp | 559 GateRef unsharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in BuildCompareHClass() local 560 GateRef aotHCGate = builder_.LoadHClassFromConstpool(unsharedConstPool, hclassIndex); in BuildCompareHClass() 783 GateRef TypedHCRLowering::LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecType) in LoadFromConstPool() argument 785 GateRef constPoolSize = builder_.GetLengthOfTaggedArray(unsharedConstPool); in LoadFromConstPool() 787 GateRef valVec = builder_.GetValueFromTaggedArray(unsharedConstPool, valVecIndex); in LoadFromConstPool() 1702 GateRef unsharedConstPool = acc_.GetValueIn(gate, 2); // 2: constpool in LowerLookupHolder() local 1703 GateRef holderHC = builder_.LoadHClassFromConstpool(unsharedConstPool, in LowerLookupHolder() 1770 GateRef unsharedConstPool = acc_.GetValueIn(gate, 0); in LowerPrototypeCheck() local 1774 auto expectedReceiverHC = builder_.LoadHClassFromConstpool(unsharedConstPool, hclassIndex); in LowerPrototypeCheck() 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 D | typed_hcr_lowering.h | 270 GateRef LoadFromConstPool(GateRef unsharedConstPool, size_t index, size_t valVecType);
|
H A D | number_speculative_lowering.cpp | 981 GateRef unsharedConstPool = acc_.GetValueIn(gate, 3); // 3: constpool in VisitLoadPropertyOnProto() local 989 auto holderHC = builder_.LoadHClassFromConstpool(unsharedConstPool, acc_.GetConstantValue(hclassIndex)); in VisitLoadPropertyOnProto()
|
H A D | typed_bytecode_lowering.cpp | 757 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerTypedStObjByName() local 761 builder_.MonoStorePropertyLookUpProto(tacc.GetReceiver(), plrGate, unsharedConstPool, holderHClassIndex, in LowerTypedStObjByName() 764 builder_.MonoStoreProperty(tacc.GetReceiver(), plrGate, unsharedConstPool, holderHClassIndex, value, in LowerTypedStObjByName()
|
H A D | slowpath_lowering.cpp | 1616 GateRef unsharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local 1619 GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, unsharedConstPool, module, in LowerCreateObjectWithBuffer() 3906 GateRef unsharedConstPool = in LowerGetUnsharedConstPool() local 3909 acc_.UpdateAllUses(gate, unsharedConstPool); in LowerGetUnsharedConstPool()
|
H A D | circuit_builder.h | 287 GateRef GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef shardConstPool, GateRef unsharedConstPool,
|
H A D | stub_builder.cpp | 7800 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetArrayLiteralFromConstPool() local 7801 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, unsharedConstPool, module, index, in GetArrayLiteralFromConstPool() 7808 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetObjectLiteralFromConstPool() local 7809 return env_->GetBuilder()->GetObjectFromConstPool(glue, hirGate, constpool, unsharedConstPool, module, index, in GetObjectLiteralFromConstPool()
|