Searched defs:LITERAL_NOT_SEEN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1855 enum literal_status{ LITERAL_NOT_SEEN = 0, enumerator in enum:DefineEmitState::literal_status
1908 _constant_status = LITERAL_NOT_SEEN;
1909 _reg_status = LITERAL_NOT_SEEN;
2069 if ( _constant_status == LITERAL_NOT_SEEN ) {
2098 if ( _reg_status != LITERAL_NOT_SEEN ) {
2107 if ( _constant_status != LITERAL_NOT_SEEN ) {
2312 if( _reg_status == LITERAL_NOT_SEEN ) {
2355 if( _constant_status == LITERAL_NOT_SEEN ) {

Completed in 47 milliseconds