Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_test.cc97 ASSERT_EQ(32, ins->VRegH()); in TEST()
135 ASSERT_EQ(32, ins->VRegH()); in TEST()
H A Ddex_instruction-inl.h534 inline int32_t Instruction::VRegH() const { in VRegH() function
H A Ddex_instruction.h466 int32_t VRegH() const;
/aosp12/art/dexdump/
H A Ddexdump.cc830 secondary_index = pDecInsn->VRegH(); in indexString()
/aosp12/art/dexlayout/
H A Ddexlayout.cc386 secondary_index = dec_insn->VRegH(); in IndexString()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1268 result = result && CheckPrototypeIndex(inst->VRegH()); in VerifyInstruction()
4259 dex::ProtoIndex proto_idx(inst->VRegH()); in VerifyInvocationArgs()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2428 const dex::ProtoIndex proto_idx(inst.VRegH()); in artInvokePolymorphic()