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

  /dalvik/vm/analysis/
Liveness.cpp 1062 char regChars[regCharSize +1];
1065 memset(regChars, ' ', regCharSize);
1066 regChars[0] = '[';
1068 regChars[1] = ']';
1070 regChars[1 + (insnRegCount-1) + (insnRegCount-1)/4 +1] = ']';
1071 regChars[regCharSize] = '\0';
1075 regChars[1 + idx + (idx/4)] = ch;
1078 LOGI("0x%04x %s", curIdx, regChars);
CodeVerify.cpp     [all...]

Completed in 26 milliseconds