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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp61 void Block::implicit_null_check(PhaseCFG *cfg, Node *proj, Node *val, int allowed_reasons) { argument
106 if (is_set_nth_bit(allowed_reasons, (int) reason)
H A Dgcm.cpp1316 int allowed_reasons = 0; local
1322 allowed_reasons |= nth_bit(reason);
1330 _bbs[proj->_idx]->implicit_null_check(this, proj, val, allowed_reasons);
H A Dblock.hpp299 void implicit_null_check(PhaseCFG *cfg, Node *proj, Node *val, int allowed_reasons);

Completed in 44 milliseconds