OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 60 milliseconds