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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp353 void inline_bailout(const char* msg);
H A Dc1_GraphBuilder.cpp862 #define INLINE_BAILOUT(msg) { inline_bailout(msg); return false; }
3978 void GraphBuilder::inline_bailout(const char* msg) { function in class:GraphBuilder

Completed in 44 milliseconds