Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h255 auto typeIndex = state_->ReadULeb128(); in HandleStartLocal() local
263 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/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.h102 size_t typeIndex; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1217 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildNewArray() local
1437 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildCheckCast() local
1451 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildIsInstance() local
1498 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.cpp1796 uint8_t typeIndex = std::get<uint8_t>(literal_array.literals_[0].value_); in getLiteralArrayTypeFromValue() local