Searched defs:do_bit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp86 virtual bool do_bit(size_t offset) { function in class:BitCounter
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1399 bool do_bit(size_t offset);
1435 bool do_bit(size_t offset);
1483 bool do_bit(size_t offset);
1492 bool do_bit(size_t offset) { function in class:FalseBitMapClosure
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3256 bool do_bit(size_t offset) { function in class:CMBitMapClosure
4051 // false from the do_bit() method. However, inside the
4052 // do_bit() method we move the _finger to point to the

Completed in 62 milliseconds