Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h262 case k21h: return VRegB_21h(); in VRegB()
305 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.h408 uint16_t VRegB_21h() const;
/art/tools/veridex/
Dflow_analysis.cc260 int32_t value = instruction.VRegB_21h(); in ProcessDexInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2131 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21h() << 16, dex_pc); in ProcessDexInstruction()
2167 int64_t value = static_cast<int64_t>(instruction.VRegB_21h()) << 48; in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h664 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CONST_HIGH16()
689 static_cast<uint64_t>(inst->VRegB_21h()) << 48); in CONST_WIDE_HIGH16()
/art/runtime/verifier/
Dmethod_verifier.cc2263 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction()
2291 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction()