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

/openjdk7/hotspot/src/share/vm/ci/
H A DciSymbol.hpp39 uint _ident; member in class:ciSymbol
68 void set_ident(uint id) { _ident = id; }
71 uint ident() { return _ident; }
H A DciObject.hpp60 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 Dformsopt.hpp362 const char *_ident; // Name of class member in class:PipeClassForm
H A Dformssel.hpp91 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