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

  /art/compiler/dex/
mir_analysis.cc 1048 bool skip_compilation = (GetNumDalvikInsns() >= default_cutoff); local
1049 if (skip_compilation) {
1058 skip_compilation = true;
1106 return ComputeSkipCompilation(&stats, skip_compilation, skip_message);
  /frameworks/base/core/jni/
AndroidRuntime.cpp 765 bool skip_compilation = ((strcmp(voldDecryptBuf, "trigger_restart_min_framework") == 0) || local
773 if (skip_compilation) {
804 if (skip_compilation) {
    [all...]
  /frameworks/native/cmds/installd/
commands.c 728 bool skip_compilation = (have_vold_decrypt && local
787 if (skip_compilation) {
    [all...]

Completed in 234 milliseconds