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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp287 Form::InterfaceType Form::interface_type(FormDict &globals) const { function in class:Form
H A Dformssel.cpp462 op->interface_type(globals) == Form::register_interface ) {
622 if( form->interface_type(globals) == Form::memory_interface ) {
669 if( form->interface_type(globals) == Form::memory_interface ) {
1943 Form::InterfaceType OpClassForm::interface_type(FormDict &globals) const { function in class:OpClassForm
1958 interface = operand->interface_type(globals);
1960 interface = (interface == operand->interface_type(globals) ? interface : Form::no_interface);
2037 Form::InterfaceType OperandForm::interface_type(FormDict &globals) const { function in class:OperandForm
2040 return _interface->interface_type(globals);
2129 Form::InterfaceType my_interface = interface_type(globals);
2650 Form::InterfaceType Interface::interface_type(FormDic function in class:Interface
[all...]

Completed in 43 milliseconds