Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl.h48 kInvokeInterface, enumerator
/art/libdexfile/dex/
Ddex_file.h153 kInvokeInterface = 0x0008, // an invoker for an interface method. enumerator
154 kLast = kInvokeInterface
Ddex_file_verifier.cc2656 case DexFile::MethodHandleType::kInvokeInterface: { in CheckInterMethodHandleItem()
/art/dexlayout/
Ddex_ir_builder.cc535 type == DexFile::MethodHandleType::kInvokeInterface; in CreateMethodHandleItem()
536 static_assert(DexFile::MethodHandleType::kLast == DexFile::MethodHandleType::kInvokeInterface, in CreateMethodHandleItem()
/art/runtime/
Dmethod_handles.cc649 handle_kind == mirror::MethodHandle::Kind::kInvokeInterface) { in RefineTargetMethod()
Dclass_linker.cc8945 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9003 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandleForField()
9115 case DexFile::MethodHandleType::kInvokeInterface: { in ResolveMethodHandleForMethod()
9116 kind = mirror::MethodHandle::Kind::kInvokeInterface; in ResolveMethodHandleForMethod()
9222 case DexFile::MethodHandleType::kInvokeInterface: in ResolveMethodHandle()
/art/dexdump/
Ddexdump.cc1623 case DexFile::MethodHandleType::kInvokeInterface: in dumpMethodHandle()
/art/compiler/optimizing/
Dnodes.h4812 : HInvoke(kInvokeInterface, in HInvokeInterface()