Home
last modified time | relevance | path

Searched refs:VRegB_31i (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h272 case k31i: return VRegB_31i(); in VRegB()
355 inline int32_t Instruction::VRegB_31i() const { in VRegB_31i() function
Ddex_instruction.cc343 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
Ddex_instruction.h424 int32_t VRegB_31i() const;
/art/tools/veridex/
Dflow_analysis.cc245 int32_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc469 int32_t val = inst->VRegB_31i(); in ExecuteSwitchImplCpp()
495 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc1973 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i(), dex_pc); in ProcessDexInstruction()
1999 int64_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2229 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction()
2249 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction()