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 756 bool skip_compilation = ((strcmp(voldDecryptBuf, "trigger_restart_min_framework") == 0) || local
764 if (skip_compilation) {
783 if (skip_compilation) {
    [all...]
  /frameworks/native/cmds/installd/
commands.c 727 bool skip_compilation = (have_vold_decrypt && local
780 if (skip_compilation) {
    [all...]

Completed in 359 milliseconds