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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2349 bool might_be_cache = (find_int_con(chk_off, cacheoff_con) == cacheoff_con); local
2362 Node *kmem = might_be_cache ? memory(p2) : immutable_memory();
2382 if (!might_be_cache) {

Completed in 41 milliseconds