Searched refs:_last_machine_leaf (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dopcodes.hpp44 _last_machine_leaf, // Split between regular opcodes and machine enumerator in enum:Opcodes
H A Dmatcher.hpp129 RegMask *idealreg2spillmask [_last_machine_leaf];
130 RegMask *idealreg2debugmask [_last_machine_leaf];
131 RegMask *idealreg2mhdebugmask[_last_machine_leaf];
H A Dmachnode.cpp534 assert((uint)_ideal_reg < (uint)_last_machine_leaf && Type::mreg2type[_ideal_reg], "in bounds");
H A Dmatcher.cpp62 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf];
H A Dtype.cpp89 const Type *Type::mreg2type[_last_machine_leaf];
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp996 for (int i = 1; i < _last_machine_leaf; ++i) {
1001 for ( int j = _last_machine_leaf+1; j < _last_opcode; ++j) {
1073 for (idealIndex = 1; idealIndex < _last_machine_leaf; ++idealIndex) {
1077 for ( idealIndex = _last_machine_leaf+1;
H A Dadlparse.cpp4031 for (int i = _last_machine_leaf + 1; i < _last_opcode; i++) {

Completed in 127 milliseconds