Home
last modified time | relevance | path

Searched refs:GetMethodHandle (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dreflective_handle_scope.h165 ALWAYS_INLINE ReflectiveHandle<ArtMethod> GetMethodHandle(size_t i) { in GetMethodHandle() function
Dclass_linker.cc10614 const dex::MethodHandleItem& method_handle = dex_file->GetMethodHandle(method_handle_idx); in ResolveMethodHandle()
/art/libdexfile/dex/
Ddex_file.h543 const dex::MethodHandleItem& GetMethodHandle(uint32_t idx) const { in GetMethodHandle() function
/art/dexdump/
Ddexdump.cc1710 const dex::MethodHandleItem& mh = pDexFile->GetMethodHandle(idx); in dumpMethodHandle()
/art/runtime/verifier/
Dmethod_verifier.cc4076 const dex::MethodHandleItem& mh = dex_file_->GetMethodHandle(index[0]); in CheckCallSite()