Home
last modified time | relevance | path

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

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