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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5602 Node* instof_false = generate_guard(bool_instof, NULL, PROB_MIN); local
5606 return instof_false; // even if it is NULL
5612 region->init_req(1, instof_false);

Completed in 274 milliseconds