Home
last modified time | relevance | path

Searched refs:vRegH (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc363 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in DoMethodHandleInvokeCommon() local
364 const dex::ProtoIndex callsite_proto_id(vRegH); in DoMethodHandleInvokeCommon()
476 const uint16_t vRegH = is_var_args ? inst->VRegH_45cc() : inst->VRegH_4rcc(); in DoVarHandleInvokeCommon() local
479 class_linker->ResolveMethodType(self, dex::ProtoIndex(vRegH), shadow_frame.GetMethod()))); in DoVarHandleInvokeCommon()
/art/runtime/verifier/
Dmethod_verifier.cc3170 const uint16_t vRegH = (is_range) ? inst->VRegH_4rcc() : inst->VRegH_45cc(); in CodeFlowVerifyInstruction() local
3171 const dex::ProtoIndex proto_idx(vRegH); in CodeFlowVerifyInstruction()