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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp296 Instruction* _subst; // the substitution instruction if any member in class:Instruction
384 , _subst(NULL)
408 bool has_subst() const { return _subst != NULL; }
409 Instruction* subst() { return _subst == NULL ? this : _subst->subst(); }
451 _subst = subst;

Completed in 37 milliseconds