Searched defs:is_ideal_call (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp394 Form::CallType InstructForm::is_ideal_call() const { function in class:InstructForm
1009 if ( is_ideal_call() ) ++reloc_entries;
1107 if( is_ideal_call() == Form::JAVA_STATIC ) {
1110 else if( is_ideal_call() == Form::JAVA_DYNAMIC ) {
1113 else if( is_ideal_call() == Form::JAVA_RUNTIME ) {
1116 else if( is_ideal_call() == Form::JAVA_LEAF ) {

Completed in 48 milliseconds