Home
last modified time | relevance | path

Searched refs:VRegB_21h (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction-inl.h304 case k21h: return VRegB_21h(); in VRegB()
347 inline uint16_t Instruction::VRegB_21h() const { in VRegB_21h() function
Ddex_instruction.cc191 uint32_t value = VRegB_21h() << 16; in DumpString()
194 uint64_t value = static_cast<uint64_t>(VRegB_21h()) << 48; in DumpString()
Ddex_instruction.h414 uint16_t VRegB_21h() const;
/art/tools/veridex/
Dflow_analysis.cc260 int32_t value = instruction.VRegB_21h(); in ProcessDexInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2153 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21h() << 16, dex_pc); in ProcessDexInstruction()
2189 int64_t value = static_cast<int64_t>(instruction.VRegB_21h()) << 48; in ProcessDexInstruction()