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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.hpp211 int is_bound1() const;
219 } else if (is_bound1() || is_bound_pair()) {
H A Dregmask.cpp212 //------------------------------is_bound1--------------------------------------
214 int RegMask::is_bound1() const { function in class:RegMask
H A Dchaitin.cpp1226 assert( C->in_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1() || !lrg.mask().Member(OptoReg::Name(_matcher._old_SP-1)), "must not allocate stack0 (inside preserve area)");
1227 assert(C->out_preserve_stack_slots() == 0 || chunk != 0 || lrg._is_bound || lrg.mask().is_bound1() || !lrg.mask().Member(OptoReg::Name(_matcher._old_SP+0)), "must not allocate stack0 (inside preserve area)");
1954 ? lrgs(lidx).mask().is_bound1()
H A Dgcm.cpp1031 if (mach && mach->out_RegMask().is_bound1() && mach->out_RegMask().is_NotEmpty())

Completed in 45 milliseconds