Searched refs:kInvokeInterface (Results 1 – 8 of 8) sorted by relevance
49 kInvokeInterface, enumerator
156 kInvokeInterface = 0x0008, // an invoker for an interface method. enumerator157 kLast = kInvokeInterface
1358 case DexFile::MethodHandleType::kInvokeInterface: { in CheckIntraMethodHandleItem()
536 type == DexFile::MethodHandleType::kInvokeInterface; in CreateMethodHandleItem()537 static_assert(DexFile::MethodHandleType::kLast == DexFile::MethodHandleType::kInvokeInterface, in CreateMethodHandleItem()
656 handle_kind == mirror::MethodHandle::Kind::kInvokeInterface) { in RefineTargetMethod()
9236 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()
1665 case DexFile::MethodHandleType::kInvokeInterface: in dumpMethodHandle()
4923 : HInvoke(kInvokeInterface, in HInvokeInterface()