Searched defs:addrDiff (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DRegisterMap.c1281 int addrDiff = addr - prevAddr; local
1283 if (addrDiff < 0) {
1286 } else if (addrDiff > kMaxGcPointGap) {
1288 LOGI("HEY: addrDiff is %d, max %d (0x%04x->0x%04x %s.%s)\n",
1289 addrDiff, kMaxGcPointGap, prevAddr, addr,
1294 pStats->gcPointGap[addrDiff]++;
1543 int addrDiff; local
1556 addrDiff = addr - prevAddr;
1557 assert(addrDiff > 0);
1558 if (addrDiff <
1768 int addrDiff; local
[all...]

Completed in 49 milliseconds