Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc287 os << StringPrintf("%s v%d, %s // string@%d", opcode, VRegA_31c(), in DumpString()
291 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString()
294 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
Ddex_instruction.h287 uint8_t VRegA_31c() const { in VRegA_31c() function
288 return VRegA_31c(Fetch16(0)); in VRegA_31c()
324 uint8_t VRegA_31c(uint16_t inst_data) const;
Ddex_instruction-inl.h76 case k31c: return VRegA_31c(); in VRegA()
174 inline uint8_t Instruction::VRegA_31c(uint16_t inst_data) const { in VRegA_31c() function
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc452 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc365 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1707 work_line_->SetRegisterType(inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()