HomeSort by relevance Sort by last modified time
    Searched refs:IsZygote (Results 1 - 13 of 13) sorted by null

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 243 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
253 if (runtime->IsZygote()) {
java_lang_Thread.cc 54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) {
  /art/runtime/gc/space/
image_space.cc 117 if (Runtime::Current()->IsZygote()) {
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 564 if (Runtime::Current()->IsZygote() || IsInZygoteExecSpace(entry_point)) {
    [all...]
jit.cc 710 if (runtime->IsZygote() && runtime->IsUsingApexBootImageLocation() && UseJitCompilation()) {
    [all...]
  /art/runtime/
oat_file_assistant.cc 450 if (data_dir.empty() || Runtime::Current()->IsZygote()) {
    [all...]
runtime.h 163 bool IsZygote() const {
    [all...]
oat_file.cc     [all...]
runtime.cc     [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 676 if (IsZygote(pid)) {
  /art/compiler/optimizing/
inliner.cc 385 if (Runtime::Current()->IsZygote()) {
600 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote())
    [all...]
  /art/runtime/jni/
java_vm_ext.cc 440 if (runtime->IsZygote()) {
    [all...]
  /art/runtime/gc/
heap.cc 327 const bool is_zygote = runtime->IsZygote();
    [all...]

Completed in 132 milliseconds