Searched refs:needs_base_oop_edge (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp215 int needs_base_oop_edge(FormDict &globals) const;
952 int needs_base_oop_edge() const;
H A Dformssel.cpp771 if (needs_base_oop_edge(globals)) return true;
886 base += needs_base_oop_edge(globals);
3481 int MatchNode::needs_base_oop_edge() const { function in class:MatchNode
3487 int InstructForm::needs_base_oop_edge(FormDict &globals) const { function in class:InstructForm
3492 return src_op->_matrule ? src_op->_matrule->needs_base_oop_edge() : 0;
3495 return _matrule ? _matrule->needs_base_oop_edge() : 0;

Completed in 117 milliseconds