Lines Matching refs:Runtime

232   Runtime* runtime = Runtime::Current();  in ChangeInterpreterBridgeToNterp()
251 Runtime* runtime = Runtime::Current(); in EnsureSkipAccessChecksMethods()
309 size_t count = Runtime::Current()->GetThreadList()->RunCheckpoint(this); in MakeVisible()
436 if (Runtime::Current()->IsActiveTransaction()) { in MarkClassInitialized()
465 Runtime* runtime = Runtime::Current(); in RegisterNative()
526 Runtime* const runtime = Runtime::Current(); in ThrowEarlierClassFailure()
587 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()
592 bool known_impossible = kIsDebugBuild && !Runtime::Current()->AreAsyncExceptionsThrown(); in WrapExceptionInInitializer()
710 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()
742 Runtime* const runtime = Runtime::Current(); in InitWithoutImage()
1184 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()
1228 Runtime* const runtime = Runtime::Current(); in InitFromBootImage()
1399 : allocator_(alloc), cha_(Runtime::Current()->GetClassLinker()->GetClassHierarchyAnalysis()), in CHAOnDeleteUpdateClassVisitor()
1400 pointer_size_(Runtime::Current()->GetClassLinker()->GetImagePointerSize()), in CHAOnDeleteUpdateClassVisitor()
1672 Runtime* const runtime = Runtime::Current(); in Update()
1762 Runtime* const runtime = Runtime::Current(); in HandleAppImageStrings()
2035 if (klass != nullptr && !Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) { in VerifyAppImage()
2084 Runtime* const runtime = Runtime::Current(); in AddImageSpace()
2546 Runtime* const runtime = Runtime::Current(); in DeleteClassLoader()
2634 gc::Heap* heap = Runtime::Current()->GetHeap(); in AllocClass()
2963 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()
3074 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3112 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in FindClass()
3136 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
3235 Runtime::Current()->GetRuntimeCallbacks()->BeginDefineClass(); in REQUIRES_SHARED()
3247 Runtime::Current()->GetRuntimeCallbacks()->EndDefineClass(); in Finish()
3303 Runtime::Current()->IsAotCompiler() && in DefineClass()
3306 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
3317 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in DefineClass()
3343 Runtime::Current()->GetRuntimeCallbacks()->ClassPreDefine(descriptor, in DefineClass()
3410 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(klass); in DefineClass()
3433 if (Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()) { in DefineClass()
3438 Runtime::Current()->GetInstrumentation()->InstallStubsForClass(h_new_class.Get()); in DefineClass()
3452 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(klass, h_new_class); in DefineClass()
3529 jit::Jit* jit = Runtime::Current()->GetJit(); in GetQuickOatCodeFor()
3559 Runtime* runtime = Runtime::Current(); in ShouldUseInterpreterEntrypoint()
3592 jit::Jit* jit = Runtime::Current()->GetJit(); in ShouldUseInterpreterEntrypoint()
3634 Runtime* runtime = Runtime::Current(); in FixupStaticTrampolines()
3709 Runtime* const runtime = Runtime::Current(); in LinkCode()
3826 return Runtime::Current()->GetLinearAlloc(); in GetAllocatorForClassLoader()
3835 return Runtime::Current()->GetLinearAlloc(); in GetOrCreateAllocatorForClassLoader()
3857 Runtime* const runtime = Runtime::Current(); in LoadClass()
4035 Runtime::Current()->GetLinearAlloc()); in AppendToBootClassPath()
4063 if (!(Runtime::Current()->IsAotCompiler() && class_loader == nullptr && !kIsTargetBuild)) { in RegisterDexFileLocked()
4380 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateArrayClass()
4471 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(new_class); in CreateArrayClass()
4472 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(new_class, new_class); in CreateArrayClass()
4669 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()
4690 if (Runtime::Current()->IsAotCompiler()) { in AttemptSupertypeVerification()
4691 Runtime::Current()->GetCompilerCallbacks()->ClassRejected(ref); in AttemptSupertypeVerification()
4733 if (!Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4745 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4753 if (!Runtime::Current()->IsVerificationEnabled()) { in VerifyClass()
4858 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4870 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4893 UNLIKELY(Runtime::Current()->IsVerificationSoftFail())) { in VerifyClass()
4909 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4910 Runtime::Current()->GetCompilerCallbacks()->UpdateClassState( in VerifyClass()
4920 Runtime* const runtime = Runtime::Current(); in PerformClassVerification()
4926 Runtime::Current()->GetTargetSdkVersion(), in PerformClassVerification()
4937 if (Runtime::Current()->IsAotCompiler()) { in VerifyClassUsingOatFile()
4938 CompilerCallbacks* callbacks = Runtime::Current()->GetCompilerCallbacks(); in VerifyClassUsingOatFile()
5037 Runtime::Current()->GetPreAllocatedNoClassDefFoundError(); in CreateProxyClass()
5177 Runtime::Current()->GetRuntimeCallbacks()->ClassLoad(temp_klass); in CreateProxyClass()
5204 Runtime::Current()->GetRuntimeCallbacks()->ClassPrepare(temp_klass, klass); in CreateProxyClass()
5393 Runtime* const runtime = Runtime::Current(); in InitializeClass()
5436 CHECK(Runtime::Current()->IsAotCompiler()); in InitializeClass()
5439 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
5615 if (Runtime::Current()->IsActiveTransaction()) { in InitializeClass()
5650 } else if (Runtime::Current()->IsTransactionAborted()) { in InitializeClass()
5758 Runtime::Current()->IsAotCompiler()) { in WaitForInitializeClass()
6060 data.allocator = Runtime::Current()->CreateLinearAlloc(); in RegisterClassLoader()
6107 std::fill_n(imt_data, arraysize(imt_data), Runtime::Current()->GetImtUnimplementedMethod()); in LinkClass()
6928 Runtime* const runtime = Runtime::Current(); in AddMethodToConflictTable()
7034 Runtime* const runtime = Runtime::Current(); in FillIMTAndConflictTables()
7169 Runtime::Current()->CreateImtConflictMethod(linear_alloc); in FillIMTFromIfTable()
7686 Runtime* runtime) in LinkInterfaceMethodsHelper()
8179 Runtime* const runtime = Runtime::Current(); in LinkInterfaceMethods()
9127 DCHECK(Runtime::Current()->IsMethodHandlesEnabled()); in ResolveMethodType()
9612 Runtime* runtime = Runtime::Current(); in DumpForSigQuit()