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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp599 bool is_on_stack() const { return !is_local(); } function
601 int stack_index() const { assert(is_on_stack(), ""); return -(_index+1); }

Completed in 33 milliseconds