Home
last modified time | relevance | path

Searched refs:IsZygote (Results 1 – 13 of 13) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.cc335 if (descriptor.zygote_head_entry_ != nullptr && Runtime::Current()->IsZygote()) { in CreateJITCodeEntryInternal()
458 CHECK(Runtime::Current()->IsZygote()); in NativeDebugInfoPreFork()
480 CHECK(!Runtime::Current()->IsZygote()); in NativeDebugInfoPostFork()
496 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries()
601 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit()
Djit.cc860 if (Runtime::Current()->IsZygote()) { in Run()
1179 return runtime->IsZygote() && HasImageWithProfile() && runtime->UseJitCompilation(); in InZygoteUsingJit()
1192 runtime->IsZygote() in CreateThreadPool()
1197 if (runtime->IsZygote()) { in CreateThreadPool()
1728 if (runtime->IsZygote() && in PostZygoteFork()
1736 if (runtime->IsZygote() && code_cache_->GetZygoteMap()->IsCompilationDoneButNotNotified()) { in PostZygoteFork()
1746 runtime->IsZygote() in PostZygoteFork()
Djit_code_cache.cc483 if (kIsDebugBuild && !Runtime::Current()->IsZygote()) { in FreeAllMethodHeaders()
1770 if (!Runtime::Current()->IsZygote()) { in Dump()
1838 return Runtime::Current()->IsZygote() ? &shared_region_ : &private_region_; in GetCurrentRegion()
1935 CHECK(Runtime::Current()->IsZygote()); in Put()
/art/compiler/jit/
Djit_compiler.cc59 compiler_options_->compiler_type_ = runtime->IsZygote() in ParseCompilerOptions()
/art/runtime/native/
Djava_lang_Thread.cc54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
Ddalvik_system_ZygoteHooks.cc257 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
/art/runtime/
Doat_file_assistant.cc485 if (data_dir.empty() || Runtime::Current()->IsZygote()) { in AnonymousDexVdexLocation()
Druntime.cc1064 DCHECK(!IsZygote()); in InitNonZygoteOrPostFork()
1985 if (IsZygote() && IsPerfettoHprofEnabled()) { in Init()
2888 IsZygote(), in CreateJitCodeCache()
Druntime.h173 bool IsZygote() const { in IsZygote() function
Doat_file.cc2150 Runtime::Current()->IsZygote() || in OatDexFile()
/art/compiler/optimizing/
Dinliner.cc353 if (Runtime::Current()->IsZygote()) { in FindMethodFromCHA()
561 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
/art/runtime/jni/
Djava_vm_ext.cc449 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
/art/runtime/gc/
Dheap.cc417 const bool is_zygote = runtime->IsZygote(); in Heap()
879 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()
2695 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()