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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2199 Node* is_instof = gen_instanceof(base_oop, ref_klass_con); local
2205 // is_instof == 0 if base_oop == NULL
2206 __ if_then(is_instof, BoolTest::eq, one, unlikely); {

Completed in 36 milliseconds