Home
last modified time | relevance | path

Searched refs:UseCompileTimeClassPath (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dart_field.cc48 !Runtime::Current()->UseCompileTimeClassPath()) { in SetOffset()
/art/runtime/
Druntime.h410 bool UseCompileTimeClassPath() const { in UseCompileTimeClassPath() function
Druntime.cc344 if (Runtime::Current()->UseCompileTimeClassPath()) { in CreateSystemClassLoader()
1319 CHECK(UseCompileTimeClassPath()); in GetCompileTimeClassPath()
Dclass_linker.cc2118 } else if (Runtime::Current()->UseCompileTimeClassPath()) { in FindClass()
2517 if (!runtime->IsStarted() || runtime->UseCompileTimeClassPath()) { in FixupStaticTrampolines()
2722 && !Runtime::Current()->UseCompileTimeClassPath() in LoadClass()
3612 if (!Runtime::Current()->UseCompileTimeClassPath()) { in VerifyClassUsingOatFile()
Djni_internal.cc188 CHECK(Runtime::Current()->UseCompileTimeClassPath()); in GetClassLoader()