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

/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp102 if (is_reg()) {
114 bool is_reg() const { return is_valid() && !is_stack(); } function in class:VMRegImpl
116 // A concrete register is a value that returns true for is_reg() and is
131 assert((is_reg() && value() < stack0->value() - 1) || is_stack(), "must be");
135 assert((is_reg() && value() < stack0->value() - i) || is_stack(), "must be");
139 assert((is_stack() && value() > stack0->value()) || (is_reg() && value() != 0), "must be");
237 return (_first->is_reg() && (_first->value() + 1 == _second->value()));
H A Dvmreg.cpp41 if( is_reg() ) {
H A Dnmethod.cpp2619 if (fst->is_reg()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp101 static bool is_reg(Name n) { function in class:VALUE_OBJ_CLASS_SPEC
106 if (is_reg(n)) {
117 if (is_reg(n)) {
H A Dregalloc.hpp121 assert(OptoReg::is_reg(first), "out of range");
H A DbuildOopMap.cpp169 if( OptoReg::is_reg(first) &&
172 if( OptoReg::is_reg(second) &&
252 if (false && r->is_reg() && !r->is_concrete()) {
390 while (OptoReg::is_reg(reg2)) {
H A Dchaitin.cpp1217 if( OptoReg::is_reg(reg2))
1762 if( OptoReg::is_reg(second) )
1768 if( OptoReg::is_reg(first) )
1792 if( OptoReg::is_reg(second) )
1799 if( OptoReg::is_reg(first) )
1924 else if (OptoReg::is_reg(reg))
1991 if( OptoReg::is_reg(parmreg)) {
1995 if( OptoReg::is_reg(parmreg)) {
H A Doutput.cpp585 return (OptoReg::is_reg(regnum))
686 if (t->base() == Type::Long && OptoReg::is_reg(regnum)) {
706 OptoReg::is_reg(regnum) ) {
709 } else if( t->base() == Type::Int && OptoReg::is_reg(regnum) ) {
H A Dpostaloc.cpp321 OptoReg::is_reg(reg) || // turning into a register use OR
H A Dmatcher.cpp244 if (parm_reg->is_reg()) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvmreg_sparc.inline.hpp53 assert(is_reg(), "must be");
H A DsharedRuntime_sparc.cpp384 assert(F31->as_VMReg()->is_reg(), "overlapping stack/register numbers");
1464 if (dst.second()->is_reg()) {
1489 if (src.first()->is_reg()) {
2986 if ( src.first()->is_reg() ) {
2994 if ( dst.first()->is_reg() ) {
3037 src.first()->is_reg() ? src.first()->as_Register() : L2;
3039 dst.first()->is_reg() ? dst.first()->as_Register() : L2;
3067 if (dst.first()->is_reg()) {
3085 if (dst.first()->is_reg()) {
3129 Register d = dst.first()->is_reg()
[all...]
H A Dframe_sparc.cpp96 assert(regname->is_reg(), "sanity check");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvmreg_x86.inline.hpp82 assert(is_reg(), "must be");
H A DsharedRuntime_x86_64.cpp2918 int src_reg = src.first()->is_reg() ?
2947 if ( src.first()->is_reg() ) {
3023 if (src.first()->is_reg()) {
3038 } else if (dst.first()->is_reg()) {
3086 int src_off = src->is_reg() ?
3092 if (src->is_reg()) {
3108 if (dst.first()->is_reg()) {
3120 if (dst.first()->is_reg()) {
3166 if (dst.first()->is_reg()) {
3184 if (src.first()->is_reg()) {
[all...]
H A DsharedRuntime_x86_32.cpp2641 if (src.first()->is_reg()) {
2649 if ( src.first()->is_reg() ) {
2729 if (sid == 1 && orig_loc->is_reg()) {
2734 if (orig_loc->is_reg()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp128 bool is_register_loc() { return reg()->is_reg(); }
H A DoopMap.cpp161 assert(optional->is_reg(), "Trying to callee save a stack location");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1078 if(reg->is_reg()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2635 if (next->is_reg() &&

Completed in 473 milliseconds