Home
last modified time | relevance | path

Searched refs:VRegB_31t (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h33 int32_t table_offset = instruction.VRegB_31t(); in DexSwitchTable()
Ddex_instruction-inl.h315 case k31t: return VRegB_31t(); in VRegB()
402 inline int32_t Instruction::VRegB_31t() const { in VRegB_31t() function
Ddex_instruction.cc342 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break; in DumpString()
Ddex_instruction.h431 int32_t VRegB_31t() const;
/art/runtime/interpreter/
Dinterpreter_common.h899 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t(); in DoPackedSwitch()
927 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t(); in DoSparseSwitch()
/art/compiler/optimizing/
Dinstruction_builder.cc1886 int32_t payload_offset = instruction.VRegB_31t() + dex_pc; in BuildFillArrayData()