Home
last modified time | relevance | path

Searched refs:Runtime (Results 176 – 200 of 386) sorted by relevance

12345678910>>...16

/art/compiler/driver/
Dcompiler_options.cc155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
180 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in IsMethodVerifiedWithoutFailures()
/art/runtime/
Dquick_exception_handler.cc53 Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()), in QuickExceptionHandler()
370 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
470 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
602 if (Runtime::Current()->UseJitCompilation()) { in DeoptimizeSingleFrame()
603 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
607 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in DeoptimizeSingleFrame()
638 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in UpdateInstrumentationStack()
Dthread_list.cc101 Runtime::Current()->DetachCurrentThread(); in ShutDown()
106 gc::Heap* const heap = Runtime::Current()->GetHeap(); in ShutDown()
154 bool dump_native_stack = Runtime::Current()->GetDumpNativeStackOnSigQuit(); in DumpForSigQuit()
295 Runtime* runtime = Runtime::Current(); in UnsafeLogFatalForThreadSuspendAllTimeout()
443 Runtime::Current()->GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self); in RunEmptyCheckpoint()
444 Runtime::Current()->BroadcastForNewSystemWeaks(/*broadcast_for_checkpoint=*/true); in RunEmptyCheckpoint()
1121 CHECK(Runtime::Current()->IsShuttingDownLocked()); in WaitForOtherNonDaemonThreadsToExit()
1122 CHECK_EQ(Runtime::Current()->NumberOfThreadsBeingBorn(), 0U); in WaitForOtherNonDaemonThreadsToExit()
1124 if (Runtime::Current()->NumberOfThreadsBeingBorn() != 0U) { in WaitForOtherNonDaemonThreadsToExit()
1278 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector(); in Register()
[all …]
Doat_file_assistant_test.cc68 Runtime* runtime = Runtime::Current(); in InsertNewBootClasspathEntry()
1133 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in Run()
1135 Runtime::Current()->GetSystemClassLoader(), in Run()
1269 ClassLinker* linker = Runtime::Current()->GetClassLinker(); in TEST_F()
1349 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1351 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
1368 dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1370 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
1405 dex_files_first = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( in TEST_F()
1407 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
[all …]
/art/runtime/jit/
Ddebugger_interface.cc241 jit::JitCodeCache* jit_code_cache = Runtime::Current()->GetJitCodeCache(); in Memory()
335 if (descriptor.zygote_head_entry_ != nullptr && Runtime::Current()->IsZygote()) { in CreateJITCodeEntryInternal()
455 CHECK(Runtime::Current()->IsZygote()); in NativeDebugInfoPreFork()
477 CHECK(!Runtime::Current()->IsZygote()); in NativeDebugInfoPostFork()
488 jit::Jit* jit = Runtime::Current()->GetJit(); in RepackEntries()
493 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries()
598 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit()
/art/runtime/entrypoints/
Dentrypoint_utils.cc55 Runtime::Current()->GetJavaVM()->JniAbortF(nullptr, in CheckReferenceResult()
73 uint32_t target_sdk_version = Runtime::Current()->GetTargetSdkVersion(); in InvokeProxyInvocationHandler()
187 DCHECK_EQ(*sp, Runtime::Current()->GetCalleeSaveMethod(type)); in DoGetCalleeSaveMethodOuterCallerAndPc()
268 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in ResolveMethodHandleFromCode()
281 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in ResolveMethodTypeFromCode()
/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc37 DCHECK(Runtime::Current()->HasLoadedPlugins()) in artLockObjectFromCode()
/art/test/543-env-long-ref/
Denv_long_ref.cc39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc())) { in Java_Main_lookForMyRegisters()
/art/runtime/ti/
Dagent.cc96 *call_res = callback(Runtime::Current()->GetJavaVM(), in DoLoadHelper()
123 Runtime::Current()->GetTargetSdkVersion(), in DoDlOpen()
169 onunload_(Runtime::Current()->GetJavaVM()); in Unload()
/art/dex2oat/driver/
Dcompiler_driver.cc333 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()
358 auto* const runtime = Runtime::Current(); in GetDexToDexCompilationLevel()
625 DCHECK(!Runtime::Current()->UseJitCompilation()); in CompileMethodQuick()
678 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in ResolveConstStrings()
798 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in InitializeTypeCheckBitstrings()
826 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in EnsureVerifiedOrVerifyAtRuntime()
981 const auto pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in FindExceptionTypesToResolve()
1034 gc::Heap* heap = Runtime::Current()->GetHeap(); in CanIncludeInCurrentImage()
1118 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in LoadImageClasses()
1193 Runtime* runtime = Runtime::Current(); in MaybeAddToImageClasses()
[all …]
/art/test/1339-dead-reference-safe/src/
DDeadReferenceSafeTest.java46 Runtime.getRuntime().gc(); in reset()
DReachabilitySensitiveTest.java50 Runtime.getRuntime().gc(); in reset()
DReachabilityFenceTest.java49 Runtime.getRuntime().gc(); in reset()
DReachabilitySensitiveFunTest.java53 Runtime.getRuntime().gc(); in reset()
/art/dex2oat/linker/
Dimage_writer.cc153 Thread* self, Runtime* runtime) REQUIRES_SHARED(Locks::mutator_lock_) { in AllocateBootImageLiveObjects()
237 Runtime::Current()->GetHeap()->VisitObjects(visitor); in ClearDexFileCookies()
245 gc::Heap* const heap = Runtime::Current()->GetHeap(); in PrepareImageAddressSpace()
277 Runtime::Current()->GetInternTable()->PromoteWeakToStrong(); in PrepareImageAddressSpace()
347 referred_obj == Runtime::Current()->GetInternTable()->LookupStrong( in IsInternedAppImageStringReference()
427 Runtime::Current()->GetHeap()->DisableObjectValidation(); in Write()
671 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in PrepareDexCacheArraySlots()
1009 Runtime::Current()->GetClassLinker()->GetClassRoots(); in operator ()()
1106 Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in PruneImageClassInternal()
1195 Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(class_loader_); in Prune()
[all …]
/art/openjdkjvmti/
Dti_thread.cc155 art::Runtime* runtime = art::Runtime::Current(); in Register()
209 art::Runtime* runtime = art::Runtime::Current(); in Unregister()
642 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetAllThreads()
690 art::ThreadList* list = art::Runtime::Current()->GetThreadList(); in RemoveEnvironment()
789 art::Runtime::Current()->EndThreadBirth(); in AgentCallback()
822 art::Runtime* runtime = art::Runtime::Current(); in RunAgentThread()
841 data->java_vm = art::Runtime::Current()->GetJavaVM(); in RunAgentThread()
862 art::Runtime* runtime = art::Runtime::Current(); in RunAgentThread()
899 art::Thread* ret_target = art::Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in SuspendOther()
997 if (!art::Runtime::Current()->GetThreadList()->Resume(target, in ResumeThread()
/art/runtime/native/
Djava_lang_Class.cc108 if (Runtime::Current()->isChangeEnabled(kPreventMetaReflectionBlacklistAccess)) { in GetReflectionCaller()
198 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in Class_classForName()
256 ClassLinker* linker = Runtime::Current()->GetClassLinker(); in Class_getInterfacesInternal()
269 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getInterfacesInternal()
533 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredConstructorInternal()
534 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredConstructorInternal()
588 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredConstructorsInternal()
589 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredConstructorsInternal()
606 DCHECK_EQ(Runtime::Current()->GetClassLinker()->GetImagePointerSize(), kRuntimePointerSize); in Class_getDeclaredMethodInternal()
607 DCHECK(!Runtime::Current()->IsActiveTransaction()); in Class_getDeclaredMethodInternal()
[all …]
Djava_lang_Thread.cc53 Runtime* runtime = Runtime::Current(); in Thread_nativeCreate()
154 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_setNativeName()
/art/test/003-omnibus-opcodes/src/
DMain.java29 Runtime.getRuntime().gc(); in main()
/art/runtime/jni/
Djni_env_ext.cc309 Runtime* runtime = Runtime::Current(); in SetTableOverride()
329 Runtime* runtime = Runtime::Current(); in ResetFunctionTable()
/art/test/
DREADME.chroot.md4 Android Runtime (ART). Using a chroot allows tests to run a standalone ART from
6 does not interfere with the Runtime installed in the device's system partition.
10 The Android Runtime (ART) supports testing in a chroot-based environment, by
28 functional Android Runtime is necessary to properly boot a device);
/art/compiler/optimizing/
Dinliner.cc160 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
245 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in FindVirtualOrInterfaceTarget()
330 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()
335 PointerSize pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in ~ScopedProfilingInfoInlineUse()
337 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
380 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
384 if (Runtime::Current()->IsZygote()) { in TryCHADevirtualization()
602 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
608 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
[all …]
/art/runtime/mirror/
Dstring.cc89 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in DoReplace()
127 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromStrings()
165 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromUtf16()
202 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator(); in AllocFromModifiedUtf8()
371 return Runtime::Current()->GetInternTable()->InternWeak(this); in Intern()
/art/runtime/gc/collector/
Dsticky_mark_sweep.cc71 Runtime::Current()->VisitConcurrentRoots( in MarkConcurrentRoots()
/art/test/712-varhandle-invocations/src/
DVarHandleAccessorExceptionTests.java177 Runtime runtime = null; in doTest()
179 runtime = (Runtime) vh.getAndSet(this, 44); in doTest()

12345678910>>...16