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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1869 DefineEmitState::literal_status _constant_status; member in class:DefineEmitState
1908 _constant_status = LITERAL_NOT_SEEN;
1986 _constant_status = LITERAL_SEEN;
1991 _constant_status = LITERAL_SEEN;
2069 if ( _constant_status == LITERAL_NOT_SEEN ) {
2085 assert( _constant_status == LITERAL_SEEN, "Must know we are processing a user-provided literal");
2107 if ( _constant_status != LITERAL_NOT_SEEN ) {
2108 assert( _constant_status == LITERAL_SEEN, "Must have seen constant literal before now");
2110 _constant_status = LITERAL_ACCESSED;
2355 if( _constant_status
[all...]

Completed in 39 milliseconds