Home
last modified time | relevance | path

Searched defs:typeIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h254 auto typeIndex = state_->ReadULeb128(); in HandleStartLocal() local
262 auto typeIndex = state_->ReadULeb128(); in HandleStartLocalExtended() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dabckit_inst_builder-inl.h105 auto typeIndex = bcInst->GetId(0).AsIndex(); in AbcKitBuildLoadFromPool() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1232 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildNewArray() local
1450 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildCheckCast() local
1464 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildIsInstance() local
1511 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildLoadFromPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp45 uint64 X64Emitter::GetSymbolSize(const TyIdx typeIndex) in GetSymbolSize()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1789 uint8_t typeIndex = std::get<uint8_t>(literal_array.literals_[0].value_); in getLiteralArrayTypeFromValue() local