Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc363 VRegA_31c(), in DumpString()
369 VRegA_31c(), in DumpString()
374 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString()
377 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
Ddex_instruction.h301 uint8_t VRegA_31c() const { in VRegA_31c() function
302 return VRegA_31c(Fetch16(0)); in VRegA_31c()
338 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_switch_impl.cc399 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc457 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s); in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2599 UpdateLocal(instruction.VRegA_31c(), current_block_->GetLastInstruction()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2263 this, inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()