Home
last modified time | relevance | path

Searched refs:VRegC_22t (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h419 case k22t: return VRegC_22t(); in VRegC()
446 inline int16_t Instruction::VRegC_22t() const { in VRegC_22t() function
Ddex_instruction.cc79 case k22t: return VRegC_22t(); in GetTargetOffset()
266 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
Ddex_instruction.h449 int16_t VRegC_22t() const;
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1060 int16_t offset = inst->VRegC_22t(); in IF_EQ()
1073 int16_t offset = inst->VRegC_22t(); in IF_NE()
1086 int16_t offset = inst->VRegC_22t(); in IF_LT()
1099 int16_t offset = inst->VRegC_22t(); in IF_GE()
1112 int16_t offset = inst->VRegC_22t(); in IF_GT()
1125 int16_t offset = inst->VRegC_22t(); in IF_LE()