Home
last modified time | relevance | path

Searched refs:method_handle_type (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmethod_handles.cc1146 Handle<mirror::MethodType> method_handle_type(hs.NewHandle(method_handle->GetMethodType())); in MethodHandleInvokeExactInternal() local
1147 if (!callsite_type->IsExactMatch(method_handle_type.Get())) { in MethodHandleInvokeExactInternal()
1148 ThrowWrongMethodTypeException(method_handle_type.Get(), callsite_type.Get()); in MethodHandleInvokeExactInternal()
1188 method_handle_type, in MethodHandleInvokeExactInternal()
/art/dexlayout/
Ddex_ir.h1256 MethodHandleItem(DexFile::MethodHandleType method_handle_type, IndexedItem* field_or_method_id) in MethodHandleItem() argument
1257 : method_handle_type_(method_handle_type), in MethodHandleItem()
/art/libdexfile/dex/
Ddex_file_verifier.cc1337 DexFile::MethodHandleType method_handle_type = in CheckIntraMethodHandleItem() local
1339 if (method_handle_type > DexFile::MethodHandleType::kLast) { in CheckIntraMethodHandleItem()
1345 switch (method_handle_type) { in CheckIntraMethodHandleItem()