Searched refs:ncards (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp239 int ncards = index_size / sizeof(RelocIndexEntry); local
251 assert(index == (RelocIndexEntry*)index_size_addr - ncards, "checkin'");
260 iter._limit = (address)(intptr_t)(ncards * indexCardSize);
280 while (i < ncards) {

Completed in 31 milliseconds