Searched refs:_regalloc (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp122 //_regalloc->set_bad(epilog->_idx); // Already initialized this way.
149 OptoReg::Name reg = _regalloc->get_reg_first(n);
316 inst_cnt = b->compute_first_inst_size(sum_size, inst_cnt, _regalloc);
327 inst_cnt = nb->compute_first_inst_size(sum_size, inst_cnt, _regalloc);
368 uint nop_size = (new (this) MachNopNode())->size(_regalloc);
428 jmp_size[i] = nj->size(_regalloc);
433 blk_size += nj->size(_regalloc);
514 int new_size = replacement->size(_regalloc);
654 OptoReg::Name regnum = _regalloc->get_reg_first(local);
675 array->append(new_loc_value( _regalloc, regnu
[all...]
H A Doutput.hpp88 PhaseRegAlloc *_regalloc; member in class:Scheduling
H A DbuildOopMap.cpp577 int max_reg = _regalloc->_max_reg; // Current array extent
587 do_liveness( _regalloc, _cfg, &worklist, max_reg_ints, A, safehash );
605 rootflow->compute_reach( _regalloc, max_reg, safehash );
682 flow->compute_reach( _regalloc, max_reg, safehash );
H A Dcompile.cpp998 _regalloc = NULL;
2141 _regalloc = &regalloc;
2147 _regalloc->pd_preallocate_hook();
2152 _regalloc->Register_Allocate();
2174 debug_only( _regalloc->pd_postallocate_verify_hook(); )
2179 PhasePeephole peep( _regalloc, cfg);
2195 _regalloc = (PhaseChaitin*)0xdeadbeef;
2211 _regalloc->dump_frame();
2264 n->format(_regalloc, tty);
2283 delay->format(_regalloc, tt
[all...]
H A DphaseX.cpp1624 : PhaseTransform(Peephole), _regalloc(regalloc), _cfg(cfg) {
1659 MachNode *m2 = m->peephole( block, instruction_index, _regalloc, deleted_count, C );
1676 block->_nodes.at(instruction_index-i)->as_Mach()->format(_regalloc); tty->cr();
1680 m2->format(_regalloc);
H A DphaseX.hpp556 PhaseRegAlloc *_regalloc; member in class:NodeHash::PhasePeephole
H A Dcompile.hpp438 PhaseRegAlloc* _regalloc; // Results of register allocation. member in class:Compile
866 PhaseRegAlloc* regalloc() { return _regalloc; }
881 //void set_regalloc(PhaseRegAlloc* ra) { _regalloc = ra; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1101 c2_nonstatic_field(Compile, _regalloc, PhaseRegAlloc*) \

Completed in 72 milliseconds