Searched refs:is_stack (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp113 bool is_stack() const { return (intptr_t) this >= (intptr_t) stack0; } function in class:VMRegImpl
114 bool is_reg() const { return is_valid() && !is_stack(); }
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");
155 assert(is_stack(), "must be");
158 assert(res->is_stack(), "must be");
168 assert( is_stack(), "Not a stack-based register" );
227 return (_first->is_stack() && (_first->value() + 1 == _second->value()) && ((_first->value() & (alignment-1)) == 0));
232 return (_first->is_stack()
[all...]
H A Dvmreg.cpp44 } else if (is_stack()) {
H A Dlocation.hpp106 bool is_stack() const { return where() == on_stack; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp93 static bool is_stack(Name n) { function in class:VALUE_OBJ_CLASS_SPEC
102 return is_valid(n) && !is_stack(n);
110 assert(!is_stack(n), "must un warp");
120 } else if (is_stack(n)) {
133 if (r->is_stack()) {
H A DbuildOopMap.cpp333 if (b->is_stack() || b->is_concrete() || true ) {
338 if (b->is_stack() || b->is_concrete() || true ) {
505 if (OptoReg::is_stack(stack_reg)) {
H A Dreg_split.cpp1202 OptoReg::is_stack(deflrg.reg()) &&
1205 if( OptoReg::is_stack(uselrg.reg()) &&
H A Dchaitin.cpp930 if( OptoReg::is_stack(hi_reg)) { // Can go to stack?
1478 if( OptoReg::is_stack(src_reg) ) { // If input is on stack
2046 while (OptoReg::is_stack(reg)) {
H A Dpostaloc.cpp320 if( OptoReg::is_stack(nk_reg) || // CISC-loading from stack OR
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp499 const int st_off, bool is_stack);
594 const int st_off, bool is_stack) {
606 if (is_stack) {
704 if (r_1->is_stack()) { // Pretend stack targets are loaded into G1
717 store_c2i_long(r, base, st_off, r_2->is_stack());
940 if (r_1->is_stack()) { // Pretend stack targets are loaded into F8/F9
981 if (regs[i].first()->is_stack()) {
1183 if (regs[i].first()->is_stack()) {
1187 if (regs[i].second()->is_stack()) {
1218 if (regs[i].first()->is_stack()) {
593 store_c2i_long(Register r, Register base, const int st_off, bool is_stack) argument
[all...]
H A Dc1_FrameMap_sparc.cpp39 if (r_1->is_stack()) {
365 if (opr->is_stack()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp633 if (r_1->is_stack()) {
835 if (r_1->is_stack()) {
1025 if (src.first()->is_stack()) {
1026 if (dst.first()->is_stack()) {
1036 } else if (dst.first()->is_stack()) {
1060 assert(dst.first()->is_stack(), "must be stack");
1063 if (src.first()->is_stack()) {
1109 assert(dst.first()->is_stack() && ( src.first()->is_stack() || src.first()->is_XMMRegister()), "bad parameters");
1111 if (src.first()->is_stack()) {
[all...]
H A DsharedRuntime_x86_64.cpp562 if (r_1->is_stack()) {
768 if (r_1->is_stack()) {
1013 if (src.first()->is_stack()) {
1014 if (dst.first()->is_stack()) {
1022 } else if (dst.first()->is_stack()) {
1037 if (src.first()->is_stack()) {
1038 if (dst.first()->is_stack()) {
1046 } else if (dst.first()->is_stack()) {
1068 Register rHandle = dst.first()->is_stack() ? rax : dst.first()->as_Register();
1072 if (src.first()->is_stack()) {
[all...]
H A Dc1_FrameMap_x86.cpp37 if (r_1->is_stack()) {
H A Dc1_LIRAssembler_x86.cpp195 } else if (opr->is_stack()) {
723 assert(dest->is_stack(), "should not call otherwise");
931 assert(dest->is_stack(), "should not call otherwise");
1099 assert(src->is_stack(), "should not call otherwise");
2002 } else if (opr1->is_stack()) {
2034 } else if (opr2->is_stack()) {
2063 } else if (right->is_stack()) {
2474 } else if (right->is_stack()) {
2650 } else if (opr2->is_stack()) {
2722 } else if (opr2->is_stack()) {
[all...]
H A Dc1_LIRGenerator_x86.cpp400 assert(!left.is_stack() || !right.is_stack(), "can't both be memory operands");
592 if (x->is_commutative() && left.is_stack() && right.is_register()) {
H A Dc1_CodeStubs_x86.cpp442 if (r_1->is_stack()) {
H A Dc1_LinearScan_x86.cpp641 assert(res->is_stack(), "result must be on stack");
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.cpp175 assert(location.is_stack(), "for now we only look at the stack");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp801 } else if (dest->is_stack()) {
810 } else if (src->is_stack()) {
814 } else if (dest->is_stack()) {
823 } else if (dest->is_stack()) {
852 if (!r->is_stack()) {
H A Dc1_FrameMap.cpp214 if (opr->is_stack()) {
H A Dc1_LIRGenerator.hpp609 bool is_stack() { return result()->is_stack(); } function in class:LIRItem
H A Dc1_LIR.hpp296 OprType type_field_valid() const { assert(is_register() || is_stack(), "should not be called otherwise"); return (OprType)(value() & type_mask); }
371 bool is_stack() const { validate_type(); return check_value_mask(kind_mask, stack_value); } function in class:LIR_OprDesc
393 bool is_single_word() const { assert(is_register() || is_stack(), "type check"); return check_value_mask(size_mask, single_size); }
394 bool is_double_word() const { assert(is_register() || is_stack(), "type check"); return check_value_mask(size_mask, double_size); }
396 bool is_oop_register() const { assert(is_register() || is_stack(), "type check"); return type_field_valid() == object_type; }
397 BasicType type_register() const { assert(is_register() || is_stack(), "type check"); return as_BasicType(type_field_valid()); }
2278 assert(opr->is_stack(), "stack operands are not processed");
H A Dc1_LinearScan.cpp474 assert(to_opr->is_stack(), "to operand must be a stack slot");
1045 } else if (move->in_opr()->is_stack()) {
1177 if (move->in_opr()->is_stack()) {
2815 assert(!has_call(op_id) || opr->is_stack() || !is_caller_save(reg_num(opr)), "can not have caller-save register operands at calls");
6529 } else if (res->is_stack()) {
6536 } else if (in->is_stack()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp129 bool is_stack_loc() { return reg()->is_stack(); }
H A DoopMap.cpp448 if (!omv.reg()->is_stack()) {

Completed in 149 milliseconds

12