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

  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 352 public native void preloadDexCaches();
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 382 Trace.traceBegin(Trace.TRACE_TAG_DALVIK, "PreloadDexCaches");
383 runtime.preloadDexCaches();
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 295 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved string=" << utf8;
318 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved klass=" << class_name;
322 // LOG(INFO) << "VMRuntime.preloadDexCaches uninitialized klass=" << class_name;
325 // LOG(INFO) << "VMRuntime.preloadDexCaches static storage klass=" << class_name;
352 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved field " << PrettyField(field);
389 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved method " << PrettyMethod(method);
487 LOG(INFO) << "VMRuntime.preloadDexCaches starting";
556 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d",
558 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches types total=%d before=%d after=%d",
560 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches fields total=%d before=%d after=%d"
    [all...]

Completed in 488 milliseconds