Searched refs:VRegB_31c (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h255 case k31c: return VRegB_31c();
332 inline uint32_t Instruction::VRegB_31c() const { function in class:art::Instruction
H A Ddex_instruction.cc313 uint32_t string_idx = VRegB_31c();
322 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break;
H A Ddex_instruction.h358 uint32_t VRegB_31c() const;
/art/compiler/optimizing/
H A Dbuilder.cc2191 current_block_->AddInstruction(new (arena_) HLoadString(instruction.VRegB_31c(), dex_pc));
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc423 String* s = ResolveString(self, shadow_frame, inst->VRegB_31c());
H A Dinterpreter_switch_impl.cc326 String* s = ResolveString(self, shadow_frame, inst->VRegB_31c());

Completed in 18 milliseconds