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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp1074 bool ciMethod::was_executed_more_than(int times) { function in class:ciMethod
1076 return get_methodOop()->was_executed_more_than(times);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp253 bool methodOopDesc::was_executed_more_than(int n) { function in class:methodOopDesc

Completed in 1456 milliseconds