Searched +defs:val +defs:second (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp99 static VMReg as_VMReg(int val, bool bad_ok = false) { assert(val > BAD || bad_ok, "invalid"); return (VMReg) (intptr_t) val; } argument
211 void set_pair( VMReg second, VMReg first ) { _second= second; _first= first; } argument
240 VMReg second() const { return _second; } function in class:VMRegPair
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp3204 char *val = NULL; local
3954 // This feature targeted for second generation description language.
4374 // Check for a subfield indicator, a second '$', and pass if present
4412 // Check for a subfield indicator, a second '$':
4514 char second = *_ptr; // the second character local
4515 if( (second == '=') ) {
4535 // second must be a name unique in the scope of this instruction. Stores the
4597 // effect, and the second must be the name of an operand defined in the

Completed in 44 milliseconds