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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp514 intptr_t st_offset = 0; local
515 Node* st_base = AddPNode::Ideal_base_and_offset(st_adr, phase, st_offset);
518 if (st_offset != offset && st_offset != Type::OffsetBot) {
520 if (st_offset >= offset + size_in_bytes ||
521 st_offset <= offset - MAX_STORE ||
522 st_offset <= offset - mem->as_Store()->memory_size()) {
524 // (You may ask, why not just test st_offset != offset and be done?
544 if (st_base == base && st_offset == offset) {

Completed in 1982 milliseconds