Searched refs:print_event (Results 1 - 5 of 5) 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);
H A DadvancedThresholdPolicy.cpp173 print_event(REMOVE_FROM_QUEUE, method, method, task->osr_bci(), (CompLevel)task->comp_level());
195 print_event(UPDATE_IN_QUEUE, max_method, max_method, max_task->osr_bci(), (CompLevel)max_task->comp_level());
491 print_event(MAKE_NOT_ENTRANT, mh(), mh(), osr_bci, level);
H A DsimpleThresholdPolicy.hpp66 void print_event(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp213 static void print_event(outputStream* str, Event evnt);
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 84 milliseconds