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

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp225 static void do_method(methodOop m) { function in class:CounterDecay
250 instanceKlass::cast(k)->methods_do(do_method);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp406 void do_method (int is_static, int is_interface, int idx, int bci);
H A DgenerateOopMap.cpp1584 case Bytecodes::_invokespecial: do_method(false, false, itr->get_index_u2_cpcache(), itr->bci()); break;
1585 case Bytecodes::_invokestatic: do_method(true, false, itr->get_index_u2_cpcache(), itr->bci()); break;
1586 case Bytecodes::_invokedynamic: do_method(true, false, itr->get_index_u4(), itr->bci()); break;
1587 case Bytecodes::_invokeinterface: do_method(false, true, itr->get_index_u2_cpcache(), itr->bci()); break;
1929 void GenerateOopMap::do_method(int is_static, int is_interface, int idx, int bci) { function in class:GenerateOopMap
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2703 static void do_method(methodOop m) { function in class:ClassStatistics
2721 SystemDictionary::methods_do(do_method);
2774 static void do_method(methodOop m) { function in class:MethodStatistics
2800 SystemDictionary::methods_do(do_method);

Completed in 53 milliseconds