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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp2651 Interface *thsi = (Interface*)this; local
2652 if ( thsi->is_RegInterface() ) return Form::register_interface;
2653 if ( thsi->is_MemInterface() ) return Form::memory_interface;
2654 if ( thsi->is_ConstInterface() ) return Form::constant_interface;
2655 if ( thsi->is_CondInterface() ) return Form::conditional_interface;

Completed in 191 milliseconds