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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp51 Symbol* _temp; member in class:TempNewSymbol
54 TempNewSymbol() : _temp(NULL) {}
56 TempNewSymbol(Symbol *s) : _temp(s) {}
61 _temp = s._temp;
62 if (_temp !=NULL) _temp->increment_refcount();
66 void clear() { if (_temp != NULL) _temp->decrement_refcount(); _temp
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp83 , _temp(LIR_OprFact::illegalOpr)
98 assert(_temp->is_valid(), "");
99 emit_move(_temp, dest);
100 NOT_PRODUCT(_temp = LIR_OprFact::illegalOpr);
105 assert(_temp->is_illegal(), "");
106 _temp = _gen->new_register(src->type());
107 emit_move(src, _temp);
153 assert(_temp->is_illegal(), "move_temp_to() call missing");
H A Dc1_LIRGenerator.hpp126 LIR_Opr _temp; member in class:PhiResolver
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp1070 char *_temp; // String representing the assembly code member in class:InstructForm::FormatRule
H A Dformssel.cpp4201 : _temp(temp) {
4212 fprintf(fp,"\nFormat Rule: \n%s", (_temp?_temp:""));

Completed in 1052 milliseconds