Searched defs:_ident (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/hotspot/src/share/vm/ci/ | ||
| H A D | ciSymbol.hpp | 39 uint _ident; member in class:ciSymbol 68 void set_ident(uint id) { _ident = id; } 71 uint ident() { return _ident; } |
| H A D | ciObject.hpp | 60 uint _ident; member in class:ciObject 88 _ident |= flags; 125 bool is_perm() { return (_ident & PERM_FLAG) != 0; } 129 bool is_scavengable() { return (_ident & SCAVENGABLE_FLAG) != 0; } |
| /openjdk7/hotspot/src/share/vm/adlc/ | ||
| H A D | formsopt.hpp | 362 const char *_ident; // Name of class member in class:PipeClassForm |
| H A D | formssel.hpp | 91 const char *_ident; // Name of this instruction member in class:InstructForm 378 char *_ident; // Name of this instruction member in class:InstructForm::MachNodeForm 536 const char *_ident; // Name of this operand member in class:InstructForm::OpClassForm 1048 char *_ident; // Name of predefined attribute member in class:InstructForm::Attribute |
Completed in 38 milliseconds