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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp522 u_char* start_of_next_block = (u_char*)ptr + *size_addr_from_obj(ptr) + space_after; local
523 start_of_next_block = find_cushion_forwards(start_of_next_block);
524 u_char* next_obj = start_of_next_block + space_before;
525 ptrdiff_t next_size = *size_addr_from_base(start_of_next_block);
526 if (start_of_next_block[0] == badResourceValue &&
527 start_of_next_block[1] == badResourceValue &&
528 start_of_next_block[2] == badResourceValue &&
529 start_of_next_block[3] == badResourceValue) {

Completed in 39 milliseconds