Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h279 case k51l: return VRegB_51l(); in VRegB()
287 return VRegB_51l(); in WideVRegB()
390 inline uint64_t Instruction::VRegB_51l() const { in VRegB_51l() function
Ddex_instruction.cc512 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h429 uint64_t VRegB_51l() const; // vB_wide
/art/compiler/dex/
Dinline_method_analyser.cc119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0()
189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask()
/art/compiler/optimizing/
Dinstruction_builder.cc2160 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l(), dex_pc); in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h683 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in CONST_WIDE()
/art/runtime/verifier/
Dmethod_verifier.cc2284 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()