Home
last modified time | relevance | path

Searched defs:method_handle_idx (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc266 extern "C" mirror::MethodHandle* artResolveMethodHandleFromCode(uint32_t method_handle_idx, in artResolveMethodHandleFromCode()
/aosp_15_r20/art/dexdump/
H A Ddexdump.cc588 const u4 method_handle_idx = static_cast<u4>(readVarWidth(data, arg, false)); in dumpEncodedValue() local
1810 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i); in dumpCallSite() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc293 uint32_t method_handle_idx) { in ResolveMethodHandleFromCode()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc3833 uint16_t method_handle_idx = instruction.VRegB_21c(); in ProcessDexInstruction() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc10615 uint32_t method_handle_idx, in ResolveMethodHandle()