| /openjdk7/hotspot/src/share/vm/code/ |
| H A D | vmreg.hpp | 113 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 D | vmreg.cpp | 44 } else if (is_stack()) {
|
| H A D | location.hpp | 106 bool is_stack() const { return where() == on_stack; } function in class:VALUE_OBJ_CLASS_SPEC
|
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | optoreg.hpp | 93 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 D | buildOopMap.cpp | 333 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 D | reg_split.cpp | 1202 OptoReg::is_stack(deflrg.reg()) && 1205 if( OptoReg::is_stack(uselrg.reg()) &&
|
| H A D | chaitin.cpp | 930 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 D | postaloc.cpp | 320 if( OptoReg::is_stack(nk_reg) || // CISC-loading from stack OR
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | sharedRuntime_sparc.cpp | 499 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 D | c1_FrameMap_sparc.cpp | 39 if (r_1->is_stack()) { 365 if (opr->is_stack()) {
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | sharedRuntime_x86_32.cpp | 633 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 D | sharedRuntime_x86_64.cpp | 562 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 D | c1_FrameMap_x86.cpp | 37 if (r_1->is_stack()) {
|
| H A D | c1_LIRAssembler_x86.cpp | 195 } 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 D | c1_LIRGenerator_x86.cpp | 400 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 D | c1_CodeStubs_x86.cpp | 442 if (r_1->is_stack()) {
|
| H A D | c1_LinearScan_x86.cpp | 641 assert(res->is_stack(), "result must be on stack");
|
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | stackValue.cpp | 175 assert(location.is_stack(), "for now we only look at the stack");
|
| /openjdk7/hotspot/src/share/vm/c1/ |
| H A D | c1_LIRAssembler.cpp | 801 } 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 D | c1_FrameMap.cpp | 214 if (opr->is_stack()) {
|
| H A D | c1_LIRGenerator.hpp | 609 bool is_stack() { return result()->is_stack(); } function in class:LIRItem
|
| H A D | c1_LIR.hpp | 296 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 D | c1_LinearScan.cpp | 474 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 D | oopMap.hpp | 129 bool is_stack_loc() { return reg()->is_stack(); }
|
| H A D | oopMap.cpp | 448 if (!omv.reg()->is_stack()) {
|