Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.cc40 Runtime::Current()->IsCompilingBootImage()) { in SetOffset()
Druntime.h139 bool IsCompilingBootImage() const;
Druntime.cc1946 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
Djni_internal.cc173 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()