Home
last modified time | relevance | path

Searched refs:cpId (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp52 int32_t cpId = iter.first; in GenerateSnapshotConstantPools() local
57 LOG_COMPILER(INFO) << "[aot-snapshot] constantPoolID: " << cpId; in GenerateSnapshotConstantPools()
62 snapshotCpArr->Set(thread_, pos++, JSTaggedValue(cpId)); in GenerateSnapshotConstantPools()
63 snapshotData_.RecordCpArrIdx(cpId, pos); in GenerateSnapshotConstantPools()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.h80 JSTaggedValue GetConstantpoolValue(uint32_t cpId) in GetConstantpoolValue() argument
82 return compilationEnv_->FindConstpool(jsPandaFile_, cpId); in GetConstantpoolValue()
85 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument
87 JSTaggedValue cp = GetConstantpoolValue(cpId); in GetArrayLiteralValue()
H A Dntype_hcr_lowering.h69 JSTaggedValue GetConstantpoolValue(uint32_t cpId) in GetConstantpoolValue() argument
71 return compilationEnv_->FindConstpool(jsPandaFile_, cpId); in GetConstantpoolValue()
74 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue() argument
76 JSTaggedValue cp = GetConstantpoolValue(cpId); in GetArrayLiteralValue()
H A Dntype_bytecode_lowering.cpp217 uint32_t cpId = ptManager_->GetConstantPoolIDByMethodOffset(methodOffset); in LowerNTypedCreateArrayWithBuffer() local
220 JSTaggedValue arr = GetArrayLiteralValue(cpId, constPoolIndex); in LowerNTypedCreateArrayWithBuffer()
228 GateRef cpIdGr = builder_.Int32(cpId); in LowerNTypedCreateArrayWithBuffer()
H A Dntype_hcr_lowering.cpp86 GateRef cpId = acc_.GetValueIn(gate, 0); in LowerCreateArrayWithBuffer() local
99 uint32_t cpIdVal = static_cast<uint32_t>(acc_.GetConstantValue(cpId)); in LowerCreateArrayWithBuffer()
H A Dhcr_circuit_builder.cpp530 GateRef CircuitBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId, in CreateArrayWithBuffer() argument
540 { currentControl, currentDepend, cpId, constPoolIndex, frameState }, in CreateArrayWithBuffer()
H A Dtype_info_accessors.h490 uint32_t cpId = static_cast<uint32_t>(indexAccessor.GetHeaderIndex()); in GetMethodIndex() local
492 ConstantPool::Cast(compilationEnv_->FindConstpool(jsPandaFile_, cpId).GetTaggedObject()); in GetMethodIndex()
H A Dcircuit_builder.h394 GateRef CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId,
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h155 int32_t cpId = shareCp->GetSharedConstpoolId().GetInt(); in CreateUnSharedConstPoolBySharedConstpool() local
156 constpool = GetDeserializedConstantPool(vm, jsPandaFile, cpId); in CreateUnSharedConstPoolBySharedConstpool()
178 int32_t cpId = 0) in CreateSharedConstPool()
193 constpool->SetSharedConstpoolId(JSTaggedValue(cpId)); in CreateSharedConstPool()
204 EcmaVM *vm, JSHandle<ConstantPool> constpool, int32_t cpId = 0) in CreateSharedConstPoolForAOT()
236 sconstpool->SetSharedConstpoolId(JSTaggedValue(cpId)); in CreateSharedConstPoolForAOT()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp44 uint32_t cpId = GetConstantPoolIDByMethodOffset(methodOffset); in GetConstantPoolByMethodOffset() local
45 return thread_->GetCurrentEcmaContext()->FindConstpool(curJSPandaFile_, cpId); in GetConstantPoolByMethodOffset()

Completed in 12 milliseconds