Home
last modified time | relevance | path

Searched defs:cpId (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.h68 JSTaggedValue GetConstantpoolValue(uint32_t cpId) in GetConstantpoolValue()
73 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue()
Dntype_bytecode_lowering.h80 JSTaggedValue GetConstantpoolValue(uint32_t cpId) in GetConstantpoolValue()
85 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue()
Dntype_bytecode_lowering.cpp216 uint32_t cpId = ptManager_->GetConstantPoolIDByMethodOffset(methodOffset); in LowerNTypedCreateArrayWithBuffer() local
Dntype_hcr_lowering.cpp86 GateRef cpId = acc_.GetValueIn(gate, 0); in LowerCreateArrayWithBuffer() local
Dhcr_circuit_builder.cpp529 …itBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId, in CreateArrayWithBuffer()
Dtype_info_accessors.h490 uint32_t cpId = static_cast<uint32_t>(indexAccessor.GetHeaderIndex()); in GetMethodIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp52 int32_t cpId = iter.first; in GenerateSnapshotConstantPools() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp45 uint32_t cpId = GetConstantPoolIDByMethodOffset(methodOffset); in GetConstantPoolByMethodOffset() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h155 int32_t cpId = shareCp->GetSharedConstpoolId().GetInt(); in CreateUnSharedConstPoolBySharedConstpool() local