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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp109 bool ensure_method_data(methodHandle h_m);
262 bool ensure_method_data(); // make sure it exists in the VM also
H A DciMethod.cpp822 // ciMethod::ensure_method_data
826 bool ciMethod::ensure_method_data(methodHandle h_m) { function in class:ciMethod
846 bool ciMethod::ensure_method_data() { function in class:ciMethod
850 result = ensure_method_data(get_methodOop());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp330 if (is_profiling() && !method()->ensure_method_data()) {
521 _method->ensure_method_data();
H A Dc1_GraphBuilder.cpp3660 if (is_profiling() && !callee->ensure_method_data()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp674 method()->ensure_method_data();

Completed in 66 milliseconds