Searched refs:ErgoHeuristic (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1ErgoVerbose.cpp41 void G1ErgoVerbose::set_enabled(ErgoHeuristic n, bool enabled) {
48 set_enabled((ErgoHeuristic) n, enabled);
53 ErgoHeuristic n = extract_heuristic(tag);
H A Dg1ErgoVerbose.hpp75 } ErgoHeuristic; typedef in typeref:enum:__anon236
89 static ErgoHeuristic extract_heuristic(int tag) {
90 return (ErgoHeuristic) (tag & ErgoHeuristicMask);
98 static void set_enabled(ErgoHeuristic h, bool enabled);
104 ErgoHeuristic n = extract_heuristic(tag);

Completed in 539 milliseconds