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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp814 bool is_expensive() const { return (_flags & Flag_is_expensive) != 0 && in(0) != NULL; } function in class:Node
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp248 int InstructForm::is_expensive() const { function in class:InstructForm
259 return _matrule->is_expensive();
562 is_expensive() != Form::none) { // Expensive? Do not rematerialize
3965 int MatchRule::is_expensive() const { function in class:MatchRule

Completed in 260 milliseconds