HomeSort by relevance Sort by last modified time
    Searched refs:VRegB_51l (Results 1 - 7 of 7) sorted by null

  /art/runtime/
dex_instruction-inl.h 279 case k51l: return VRegB_51l();
287 return VRegB_51l();
390 inline uint64_t Instruction::VRegB_51l() const {
dex_instruction.cc 502 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break;
dex_instruction.h 418 uint64_t VRegB_51l() const; // vB_wide
  /art/compiler/dex/
inline_method_analyser.cc 120 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0
187 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 443 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l());
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 811 milliseconds