Searched defs:fixed_slots (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp2041 int fixed_slots = C->fixed_slots(); local
2059 } else if ((int)OptoReg::reg2stack(reg) < fixed_slots) {
H A Dcompile.hpp494 int fixed_slots() const { assert(_fixed_slots >= 0, ""); return _fixed_slots; } function in class:Compile

Completed in 45 milliseconds