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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LinearScan_sparc.hpp68 _last_reg = pd_last_callee_saved_reg;
72 _last_reg = pd_last_allocatable_cpu_reg;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp106 _last_reg = FrameMap::last_byte_reg();
110 _last_reg = pd_last_xmm_reg;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp4814 for (int i = _first_reg; i <= _last_reg; i++) {
4826 if (reg >= _first_reg && reg <= _last_reg) {
4840 if (reg >= _first_reg && reg <= _last_reg) {
4858 if (reg >= _first_reg && reg <= _last_reg) {
5296 for (int i = _first_reg; i <= _last_reg; i++) {
5324 assert((_last_reg - _first_reg + 1) % 2 == 0, "adjust algorithm");
5329 for (int i = _first_reg; i < _last_reg; i+=2) {
5369 TRACE_LINEAR_SCAN(4, for (int i = _first_reg; i <= _last_reg; i++) tty->print_cr(" reg %d: use_pos: %d", i, _use_pos[i]));
5453 for (int i = _first_reg; i <= _last_reg; i++) {
5472 assert((_last_reg
[all...]
H A Dc1_LinearScan.hpp719 int _last_reg; // the reg. nmber of the last phys. register member in class:LinearScanWalker

Completed in 51 milliseconds