Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.h50 JSTaggedValue GetStringFromCP(uint32_t methodOffset, uint32_t cpIdx) const in GetStringFromCP()
Dntype_hcr_lowering.h74 JSTaggedValue GetArrayLiteralValue(uint32_t cpId, uint32_t cpIdx) in GetArrayLiteralValue()
Daot_compiler_preprocessor.cpp224 … [[maybe_unused]] const uint32_t bcOffset, const uint32_t cpIdx) { in GenerateGlobalTypes()
Dntype_bytecode_lowering.cpp167 uint32_t cpIdx = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerNTypedCreateArrayWithBuffer() local
Dtype_recorder.cpp160 …(const PGOBCInfo::Type type, const uint32_t bcIdx, const uint32_t bcOffset, const uint32_t cpIdx) { in CreateTypesForPGO()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h41 uint32_t cpIdx; member