Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_test.cc98 ASSERT_EQ(32, ins->VRegH_45cc()); in TEST()
Ddex_instruction-inl.h536 case k45cc: return VRegH_45cc(); in VRegH()
544 inline uint16_t Instruction::VRegH_45cc() const { in VRegH_45cc() function
Ddex_instruction.cc471 dex::ProtoIndex proto_idx(VRegH_45cc()); in DumpString()
Ddex_instruction.h467 uint16_t VRegH_45cc() const;
/art/runtime/interpreter/mterp/
Dnterp.cc113 ? inst->VRegH_45cc() in NterpGetShortyFromInvokePolymorphic()
/art/runtime/interpreter/
Dinterpreter_common.cc363 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in DoMethodHandleInvokeCommon()
476 const uint16_t vRegH = is_var_args ? inst->VRegH_45cc() : inst->VRegH_4rcc(); in DoVarHandleInvokeCommon()
/art/compiler/optimizing/
Dinstruction_builder.cc2327 dex::ProtoIndex proto_idx(instruction.VRegH_45cc()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3169 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()