Home
last modified time | relevance | path

Searched refs:IsCompilingBootImage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Druntime.h166 bool IsCompilingBootImage() const;
H A Druntime.cc3014 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.cc418 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()