Home
last modified time | relevance | path

Searched refs:IsPrimaryZygote (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h174 bool IsPrimaryZygote() const { in IsPrimaryZygote() function
/art/runtime/jit/
Djit.cc952 if (Runtime::Current()->IsPrimaryZygote()) { in Run()