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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp63 MethodMatcher(Symbol* class_name, Mode class_mode,
128 MethodMatcher::MethodMatcher(Symbol* class_name, Mode class_mode, argument
131 _class_mode(class_mode)
174 MethodOptionMatcher(Symbol* class_name, Mode class_mode, argument
177 MethodMatcher(class_name, class_mode, method_name, method_mode, signature, next) {

Completed in 50 milliseconds