Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl.h51 kInvokeInterface, enumerator
/art/libdexfile/dex/
Ddex_file.h157 kInvokeInterface = 0x0008, // an invoker for an interface method. enumerator
158 kLast = kInvokeInterface
Ddex_file_verifier.cc1358 case DexFile::MethodHandleType::kInvokeInterface: { in CheckIntraMethodHandleItem()
/art/dexlayout/
Ddex_ir_builder.cc536 type == DexFile::MethodHandleType::kInvokeInterface; in CreateMethodHandleItem()
537 static_assert(DexFile::MethodHandleType::kLast == DexFile::MethodHandleType::kInvokeInterface, in CreateMethodHandleItem()
/art/runtime/
Dmethod_handles.cc656 handle_kind == mirror::MethodHandle::Kind::kInvokeInterface) { in RefineTargetMethod()
Dclass_linker.cc9499 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9557 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9669 case DexFile::MethodHandleType::kInvokeInterface: { in ResolveMethodHandleForMethod()
9670 kind = mirror::MethodHandle::Kind::kInvokeInterface; in ResolveMethodHandleForMethod()
9776 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandle()
/art/dexdump/
Ddexdump.cc1665 case DexFile::MethodHandleType::kInvokeInterface: in dumpMethodHandle()
/art/compiler/optimizing/
Dnodes.h5140 : HInvoke(kInvokeInterface,