Searched refs:is_same (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp101 return _map.is_same(other->_map);
H A Dc1_ValueStack.cpp79 bool ValueStack::is_same(ValueStack* s) { function in class:ValueStack
H A Dc1_ValueStack.hpp83 bool is_same(ValueStack* s); // returns true if this & s's types match (w/o checking locals)
H A Dc1_Instruction.cpp794 } else if (existing_state->is_same(new_state)) {
H A Dc1_Instruction.hpp2438 bool is_same(BlockBegin* from, BlockBegin* to) const { return _from == from && _to == to; }
2439 bool is_same(BlockPair* p) const { return _from == p->from() && _to == p->to(); }
H A Dc1_IR.cpp303 if (last_pair != NULL && pair->is_same(last_pair)) continue;
H A Dc1_Optimizer.cpp212 assert(goto_state->is_same(sux_state), "states must match now");
H A Dc1_LinearScan.cpp790 if (!block->live_out().is_same(live_out)) {
845 if (!ir()->start()->live_in().is_same(live_in_args)) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp260 bool is_same(BitMap bits);
H A DbitMap.cpp408 bool BitMap::is_same(BitMap other) { function in class:BitMap
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp1023 (g.is_same(_gen) && k.is_same(_kill)), "cached computation is incorrect");
1035 assert(answer.is_same(_entry), "optimized answer must be accurate");

Completed in 108 milliseconds