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

  /dalvik/vm/
Globals.h 790 bool includeSelectedMethod;
Init.c 917 gDvmJit.includeSelectedMethod = true;
    [all...]
  /dalvik/vm/compiler/
Frontend.c 396 gDvmJit.includeSelectedMethod ? "white" : "black");
518 * 1) If includeSelectedMethod == false, the method matches the full or
521 * 2) If includeSelectedMethod == true, the method does not match the
524 if (gDvmJit.includeSelectedMethod != methodFound) {
530 if (gDvmJit.includeSelectedMethod == true) {
    [all...]

Completed in 122 milliseconds