Searched refs:VRegA_31c (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 332 VRegA_31c(), in DumpString() 338 VRegA_31c(), in DumpString() 343 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx); in DumpString() 346 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break; in DumpString()
|
D | dex_instruction.h | 331 uint8_t VRegA_31c() const { in VRegA_31c() function 332 return VRegA_31c(Fetch16(0)); in VRegA_31c() 374 uint8_t VRegA_31c(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 78 case k31c: return VRegA_31c(); in VRegA() 178 inline uint8_t Instruction::VRegA_31c(uint16_t inst_data) const { in VRegA_31c() function
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 473 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s.Ptr()); in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2757 UpdateLocal(instruction.VRegA_31c(), current_block_->GetLastInstruction()); in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2320 this, inst->VRegA_31c(), reg_types_.JavaLangString()); in CodeFlowVerifyInstruction()
|