Searched refs:kInvokeStatic (Results 1 – 8 of 8) sorted by relevance
47 kInvokeStatic, enumerator
147 kInvokeStatic = 0x0004, // an invoker for a given static method. enumerator
2652 case DexFile::MethodHandleType::kInvokeStatic: in CheckInterMethodHandleItem()
531 bool is_invoke = type == DexFile::MethodHandleType::kInvokeStatic || in CreateMethodHandleItem()
1603 case DexFile::MethodHandleType::kInvokeStatic: in dumpMethodHandle()
1251 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod()
8941 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()8999 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()9045 case DexFile::MethodHandleType::kInvokeStatic: { in ResolveMethodHandleForMethod()9046 kind = mirror::MethodHandle::Kind::kInvokeStatic; in ResolveMethodHandleForMethod()9218 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandle()
4176 if (mh.method_handle_type_ != static_cast<uint16_t>(DexFile::MethodHandleType::kInvokeStatic)) { in CheckCallSite()