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

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 103 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
  /art/runtime/gc/space/
image_space.cc 152 if (Runtime::Current()->IsZygote()) {
254 if (Runtime::Current()->IsZygote()) {
395 if (Runtime::Current()->IsZygote()) {
451 if (Runtime::Current()->IsZygote()) {
    [all...]
  /art/runtime/
runtime.h 121 bool IsZygote() const {
runtime.cc 418 if (IsZygote()) {
    [all...]
jni_internal.cc 322 if (runtime->IsZygote()) {
    [all...]
  /art/runtime/gc/
heap.cc 207 const bool is_zygote = Runtime::Current()->IsZygote();
501 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) {
    [all...]

Completed in 173 milliseconds