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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp198 enum { indexCardSize = 128 }; enumerator in enum:__anon206
212 return (code_size-1) / indexCardSize;
260 iter._limit = (address)(intptr_t)(ncards * indexCardSize);
265 address next_card_addr = (address)indexCardSize;
277 next_card_addr += indexCardSize;
311 int card = (begin - _addr) / indexCardSize;

Completed in 43 milliseconds