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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3646 Node* chk_native = _gvn.transform( new(C) CmpPNode(target_call, native_call) ); local
3647 Node* test_native = _gvn.transform( new(C) BoolNode(chk_native, BoolTest::ne) );

Completed in 277 milliseconds