Searched refs:is_ideal_fastlock (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp152 virtual bool is_ideal_fastlock() const; // node matches 'FastLock'
1012 bool is_ideal_fastlock() const; // node matches ideal 'FastLock'
H A Dformssel.cpp307 bool InstructForm::is_ideal_fastlock() const { function in class:InstructForm
310 return _matrule->is_ideal_fastlock();
1134 else if (is_ideal_fastlock()) {
4022 bool MatchRule::is_ideal_fastlock() const { function in class:MatchRule
H A Doutput_c.cpp1588 if( node->is_ideal_fastlock() && new_inst->is_ideal_fastlock() ) {
3831 if( inst->is_ideal_fastlock() ) {

Completed in 355 milliseconds