Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_test.cc136 ASSERT_EQ(32, ins->VRegH_4rcc()); in TEST()
Ddex_instruction-inl.h537 case k4rcc: return VRegH_4rcc(); in VRegH()
549 inline uint16_t Instruction::VRegH_4rcc() const { in VRegH_4rcc() function
Ddex_instruction.cc495 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString()
506 dex::ProtoIndex proto_idx(VRegH_4rcc()); in DumpString()
Ddex_instruction.h468 uint16_t VRegH_4rcc() const;
/art/runtime/interpreter/mterp/
Dnterp.cc142 : inst->VRegH_4rcc()); 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.cc2609 dex::ProtoIndex proto_idx(instruction.VRegH_4rcc()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3170 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction()