Searched refs:kInvokeInterface (Results 1 – 8 of 8) sorted by relevance
48 kInvokeInterface, enumerator
153 kInvokeInterface = 0x0008, // an invoker for an interface method. enumerator154 kLast = kInvokeInterface
2656 case DexFile::MethodHandleType::kInvokeInterface: { in CheckInterMethodHandleItem()
535 type == DexFile::MethodHandleType::kInvokeInterface; in CreateMethodHandleItem()536 static_assert(DexFile::MethodHandleType::kLast == DexFile::MethodHandleType::kInvokeInterface, in CreateMethodHandleItem()
649 handle_kind == mirror::MethodHandle::Kind::kInvokeInterface) { in RefineTargetMethod()
8945 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()
1623 case DexFile::MethodHandleType::kInvokeInterface: in dumpMethodHandle()
4812 : HInvoke(kInvokeInterface, in HInvokeInterface()