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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp229 void RelocIterator::create_index(relocInfo* dest_begin, int dest_count, relocInfo* dest_end) { argument
233 int locs_size = dest_count * sizeof(relocInfo);
262 iter._end = dest_begin + dest_count;
H A DrelocInfo.hpp640 // Store an index into [dest_start+dest_count..dest_end).
641 // At dest_start[0..dest_count] is the actual relocation information.
643 static void create_index(relocInfo* dest_begin, int dest_count, relocInfo* dest_end);

Completed in 38 milliseconds