Home
last modified time | relevance | path

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

/art/runtime/
Dreflective_handle_scope.h165 ALWAYS_INLINE ReflectiveHandle<ArtMethod> GetMethodHandle(size_t i) { in GetMethodHandle() function
Dclass_linker.cc9502 const dex::MethodHandleItem& method_handle = dex_file->GetMethodHandle(method_handle_idx); in ResolveMethodHandle()
/art/libdexfile/dex/
Ddex_file.h431 const dex::MethodHandleItem& GetMethodHandle(uint32_t idx) const { in GetMethodHandle() function
/art/dexlayout/
Ddex_writer.cc150 length = EncodeUIntValue(encoded_value->GetMethodHandle()->GetIndex(), buffer); in WriteEncodedValue()
Ddex_ir_builder.cc528 const dex::MethodHandleItem& disk_method_handle = dex_file.GetMethodHandle(i); in CreateMethodHandleItem()
Ddex_ir.h802 MethodHandleItem* GetMethodHandle() const { return u_.method_handle_val_; } in GetMethodHandle() function
/art/dexdump/
Ddexdump.cc1620 const dex::MethodHandleItem& mh = pDexFile->GetMethodHandle(idx); in dumpMethodHandle()
/art/runtime/verifier/
Dmethod_verifier.cc4224 const dex::MethodHandleItem& mh = dex_file_->GetMethodHandle(index[0]); in CheckCallSite()