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

  /dalvik/vm/analysis/
Liveness.cpp 807 char regChars[regCharSize +1];
810 memset(regChars, ' ', regCharSize);
811 regChars[0] = '[';
813 regChars[1] = ']';
815 regChars[1 + (insnRegCount-1) + (insnRegCount-1)/4 +1] = ']';
816 regChars[regCharSize] = '\0';
820 regChars[1 + idx + (idx/4)] = ch;
823 ALOGI("0x%04x %s", curIdx, regChars);
CodeVerify.cpp     [all...]

Completed in 1030 milliseconds