Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h321 case k51l: return VRegB_51l(); in VRegB()
329 return VRegB_51l(); in WideVRegB()
432 inline uint64_t Instruction::VRegB_51l() const { in VRegB_51l() function
Ddex_instruction.cc477 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
Ddex_instruction.h435 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.cc2646 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l(), dex_pc); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2290 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()