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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp295 bool compute_stack_effects(int& inputs, int& depth);
H A DgraphKit.cpp857 if (compute_stack_effects(inputs, depth)) {
987 bool GraphKit::compute_stack_effects(int& inputs, int& depth) { function in class:GraphKit
1894 if (compute_stack_effects(inputs, ignored_depth)) {
H A Dparse1.cpp1401 bool have_se = !stopped() && compute_stack_effects(inputs, depth);

Completed in 3005 milliseconds