Searched refs:is_arg_returned (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.hpp134 bool is_arg_returned(int i) const { function in class:BCEscapeAnalyzer
H A DciMethodData.hpp314 bool is_arg_returned(int i) const;
H A DciMethodData.cpp328 bool ciMethodData::is_arg_returned(int i) const { function in class:ciMethodData
H A DbcEscapeAnalyzer.cpp312 } else if (analyzer.is_arg_stack(i) && !analyzer.is_arg_returned(i)) {
1359 if (methodData()->is_arg_returned(i))
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp814 call_analyzer->is_arg_returned(i - TypeFunc::Parms)) {
955 call_analyzer->is_arg_returned(k)) {

Completed in 77 milliseconds