Searched refs:cpId (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | aot_snapshot.cpp | 52 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 D | ntype_bytecode_lowering.h | 80 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 D | ntype_hcr_lowering.h | 69 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 D | ntype_bytecode_lowering.cpp | 217 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 D | ntype_hcr_lowering.cpp | 86 GateRef cpId = acc_.GetValueIn(gate, 0); in LowerCreateArrayWithBuffer() local 99 uint32_t cpIdVal = static_cast<uint32_t>(acc_.GetConstantValue(cpId)); in LowerCreateArrayWithBuffer()
|
H A D | hcr_circuit_builder.cpp | 530 GateRef CircuitBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId, in CreateArrayWithBuffer() argument 540 { currentControl, currentDepend, cpId, constPoolIndex, frameState }, in CreateArrayWithBuffer()
|
H A D | type_info_accessors.h | 490 uint32_t cpId = static_cast<uint32_t>(indexAccessor.GetHeaderIndex()); in GetMethodIndex() local 492 ConstantPool::Cast(compilationEnv_->FindConstpool(jsPandaFile_, cpId).GetTaggedObject()); in GetMethodIndex()
|
H A D | circuit_builder.h | 394 GateRef CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId,
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 155 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 D | pgo_type_manager.cpp | 44 uint32_t cpId = GetConstantPoolIDByMethodOffset(methodOffset); in GetConstantPoolByMethodOffset() local 45 return thread_->GetCurrentEcmaContext()->FindConstpool(curJSPandaFile_, cpId); in GetConstantPoolByMethodOffset()
|
Completed in 12 milliseconds