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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp272 ciProfileData* bci_to_extra_data(int bci, bool create_if_missing);
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp335 static methodDataOop get_method_data(JavaThread* thread, methodHandle m, bool create_if_missing);
H A Ddeoptimization.cpp1273 bool create_if_missing = ProfileTraps; local
1276 (THREAD, get_method_data(thread, trap_method, create_if_missing));
1587 bool create_if_missing) {
1590 if (mdo == NULL && create_if_missing && !HAS_PENDING_EXCEPTION) {
1586 get_method_data(JavaThread* thread, methodHandle m, bool create_if_missing) argument
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp868 ProfileData* methodDataOopDesc::bci_to_extra_data(int bci, bool create_if_missing) { argument
885 if (create_if_missing && dp < end) {
H A DmethodDataOop.hpp1301 ProfileData* bci_to_extra_data(int bci, bool create_if_missing);

Completed in 34 milliseconds