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

/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp411 static MethodData* get_method_data(JavaThread* thread, methodHandle m, bool create_if_missing);
H A Ddeoptimization.cpp1411 bool create_if_missing) {
1414 if (mdo == NULL && create_if_missing && !HAS_PENDING_EXCEPTION) {
1583 bool create_if_missing = ProfileTraps || UseCodeAging RTM_OPT_ONLY( || UseRTMLocking ); local
1597 get_method_data(thread, profiled_method, create_if_missing);
1410 get_method_data(JavaThread* thread, methodHandle m, bool create_if_missing) argument
/openjdk9/hotspot/src/share/vm/oops/
H A DmethodData.cpp1374 ProfileData* MethodData::bci_to_extra_data(int bci, Method* m, bool create_if_missing) { argument
1396 if (create_if_missing && dp < end) {
H A DmethodData.hpp2293 ProfileData* bci_to_extra_data(int bci, Method* m, bool create_if_missing);

Completed in 119 milliseconds