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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2379 // chk_off is a constant and not equal to cacheoff then we are NOT a
2401 Node *cacheoff = _gvn.intcon(cacheoff_con); local
2402 Node *cmp2 = _gvn.transform( new (C) CmpINode( chk_off, cacheoff ) );

Completed in 303 milliseconds