Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.cc36 Runtime::Current()->IsCompilingBootImage()) { in SetOffset()
Druntime.h126 bool IsCompilingBootImage() const;
Druntime.cc2276 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage() function in art::Runtime
Djni_internal.cc271 CHECK(!Runtime::Current()->IsCompilingBootImage()); in GetClassLoader()