Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.h69 JSTaggedValue GetConstantpoolValue(uint32_t cpId) in GetConstantpoolValue()
74 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue()
Dntype_bytecode_lowering.cpp169 uint32_t cpId = tsManager_->GetConstantPoolId(methodOffset); in LowerNTypedCreateArrayWithBuffer() local
Dntype_hcr_lowering.cpp81 GateRef cpId = acc_.GetValueIn(gate, 0); in LowerCreateArrayWithBuffer() local
Dhcr_circuit_builder.cpp422 …itBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, GateRef cpId, in CreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp55 int32_t cpId = iter.first; in GenerateSnapshotConstantPools() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1265 uint32_t cpId = GetConstantPoolId(methodOffset); in GetConstantPool() local