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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp55 void SimpleThresholdPolicy::print_event(EventType type, methodHandle mh, methodHandle imh, function in class:SimpleThresholdPolicy
174 print_event(REPROFILE, mh, mh, InvocationEntryBci, CompLevel_none);
199 print_event(bci == InvocationEntryBci ? CALL : LOOP, method, inlinee, bci, comp_level);
236 print_event(COMPILE, mh, mh, bci, level);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp1112 void HeapRegionRemSet::print_event(outputStream* str, Event evnt) { function in class:HeapRegionRemSet
1138 print_event(gclog_or_tty, cur_evnt_kind);

Completed in 45 milliseconds