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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3738 intptr_t last_init_end = first_offset; // previous init offset+size local
3833 assert(st_off >= last_init_end, "tiles do not overwrite inits");
3838 assert(st_off >= last_init_end, "inits do not overlap");
3839 last_init_end = next_init_off; // it's a non-tile

Completed in 37 milliseconds