Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h253 auto typeIndex = state_->ReadULeb128(); in HandleStartLocal() local
261 auto typeIndex = state_->ReadULeb128(); in HandleStartLocalExtended() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1190 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildNewArray() local
1408 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildCheckCast() local
1422 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildIsInstance() local
1469 auto typeIndex = bcInst->GetId(0).AsIndex(); in BuildLoadFromPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp120 uint64 X64Emitter::GetSymbolSize(const TyIdx typeIndex) in GetSymbolSize()