Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_test.cc98 ASSERT_EQ(32, ins->VRegH_45cc()); in TEST()
Ddex_instruction-inl.h489 case k45cc: return VRegH_45cc(); in VRegH()
497 inline uint16_t Instruction::VRegH_45cc() const { in VRegH_45cc() function
Ddex_instruction.cc471 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString()
Ddex_instruction.h460 uint16_t VRegH_45cc() const;
/art/runtime/interpreter/
Dinterpreter_common.cc684 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in DoMethodHandleInvokeCommon()
797 const uint16_t vRegH = is_var_args ? inst->VRegH_45cc() : inst->VRegH_4rcc(); in DoVarHandleInvokeCommon()
/art/compiler/optimizing/
Dinstruction_builder.cc2305 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3162 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()