Searched refs:_operand_idx (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | output_c.cpp | 1863 int _operand_idx; member in class:DefineEmitState 1902 _operand_idx = 0; 1974 _operand_idx = idx; 2169 fprintf(_fp,"->base(ra_,this,idx%d), ", _operand_idx); 2173 fprintf(_fp,"->index(ra_,this,idx%d), ", _operand_idx); 2182 if( _operand && _operand_idx==0 && stack_type != Form::none ) { 2185 fprintf(_fp,"->disp(ra_,this,idx%d), ", _operand_idx); 2262 _operand_idx, disp_constant); 2310 assert( _operand_idx != -1, 2325 if( _operand_idx ! [all...] |
Completed in 792 milliseconds