HomeSort by relevance Sort by last modified time
    Searched refs:UseCompileTimeClassPath (Results 1 - 5 of 5) sorted by null

  /art/runtime/mirror/
art_field.cc 48 !Runtime::Current()->UseCompileTimeClassPath()) {
  /art/runtime/
runtime.h 418 bool UseCompileTimeClassPath() const {
runtime.cc 349 if (Runtime::Current()->UseCompileTimeClassPath()) {
    [all...]
class_linker.cc     [all...]
jni_internal.cc 187 // If so, CommonCompilerTest should have set UseCompileTimeClassPath.
188 CHECK(Runtime::Current()->UseCompileTimeClassPath());
    [all...]

Completed in 96 milliseconds