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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LinearScan_sparc.hpp32 inline int LinearScan::num_physical_regs(BasicType type) { function in class:LinearScan
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp47 inline int LinearScan::num_physical_regs(BasicType type) { function in class:LinearScan
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp246 static int num_physical_regs(BasicType type);
H A Dc1_LinearScan.cpp2085 assert(num_physical_regs(T_LONG) == 1 ||
2089 assert(num_physical_regs(T_LONG) == 1 || assigned_reg < assigned_regHi,
2091 assert((assigned_regHi != any_reg) ^ (num_physical_regs(T_LONG) == 1), "must be match");
4548 (LinearScan::num_physical_regs(type()) == 1 || assigned_regHi() != -1)) {
5642 _num_phys_regs = LinearScan::num_physical_regs(type);

Completed in 62 milliseconds