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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3737 intptr_t last_init_off = first_offset; // previous init offset local
3826 assert(st_off >= last_init_off, "inits do not reverse");
3827 last_init_off = st_off;

Completed in 45 milliseconds