Searched refs:get_bcea (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp177 BCEscapeAnalyzer *get_bcea();
H A DciMethod.cpp1147 BCEscapeAnalyzer *ciMethod::get_bcea() { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp799 BCEscapeAnalyzer* call_analyzer = meth->get_bcea();
944 BCEscapeAnalyzer* call_analyzer = (meth !=NULL) ? meth->get_bcea() : NULL;

Completed in 44 milliseconds