Searched refs:kInvokeStatic (Results 1 – 8 of 8) sorted by relevance
48 kInvokeStatic, enumerator
150 kInvokeStatic = 0x0004, // an invoker for a given static method. enumerator
1354 case DexFile::MethodHandleType::kInvokeStatic: in CheckIntraMethodHandleItem()
532 bool is_invoke = type == DexFile::MethodHandleType::kInvokeStatic || in CreateMethodHandleItem()
930 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod()
1645 case DexFile::MethodHandleType::kInvokeStatic: in dumpMethodHandle()
9232 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()9290 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandleForField()9336 case DexFile::MethodHandleType::kInvokeStatic: { in ResolveMethodHandleForMethod()9337 kind = mirror::MethodHandle::Kind::kInvokeStatic; in ResolveMethodHandleForMethod()9509 case DexFile::MethodHandleType::kInvokeStatic: in ResolveMethodHandle()
4225 if (mh.method_handle_type_ != static_cast<uint16_t>(DexFile::MethodHandleType::kInvokeStatic)) { in CheckCallSite()