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

/openjdk7/hotspot/src/share/vm/opto/
H A Dc2compiler.hpp42 virtual bool is_c2() { return true; }; function in class:C2Compiler
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp55 virtual bool is_c2 () { return false; } function in class:AbstractCompiler
60 bool is_c2 () { return false; } function in class:AbstractCompiler
65 bool is_c2 () { return true; } function in class:AbstractCompiler
70 bool is_c2 () { return false; } function in class:AbstractCompiler

Completed in 58 milliseconds