Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl.h49 kInvokeInterface, enumerator
/art/libdexfile/dex/
Ddex_file.h156 kInvokeInterface = 0x0008, // an invoker for an interface method. enumerator
157 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.cc9236 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9294 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9406 case DexFile::MethodHandleType::kInvokeInterface: { in ResolveMethodHandleForMethod()
9407 kind = mirror::MethodHandle::Kind::kInvokeInterface; in ResolveMethodHandleForMethod()
9513 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandle()
/art/dexdump/
Ddexdump.cc1665 case DexFile::MethodHandleType::kInvokeInterface: in dumpMethodHandle()
/art/compiler/optimizing/
Dnodes.h4923 : HInvoke(kInvokeInterface, in HInvokeInterface()