HomeSort by relevance Sort by last modified time
    Searched refs:IsBlack (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/heap/
incremental-marking-inl.h 20 if (Marking::IsBlack(obj_bit)) {
40 return Marking::IsBlack(obj_bit);
69 if (Marking::IsBlack(obj_bit)) {
incremental-marking.cc 41 if (Marking::IsBlack(obj_bit)) {
106 if (Marking::IsBlack(obj_bit)) {
116 if (Marking::IsBlack(obj_bit)) {
129 if (Marking::IsBlack(mark_bit)) {
144 DCHECK(Marking::IsBlack(mark_bit));
151 if (Marking::IsBlack(mark_bit)) return;
154 DCHECK(Marking::IsBlack(mark_bit));
642 Marking::IsBlack(mark_bit)));
664 Marking::IsBlack(mark_bit)));
    [all...]
mark-compact.h 44 INLINE(static bool IsBlack(MarkBit mark_bit)) {
110 if (IsBlack(mark_bit)) return BLACK_OBJECT;
mark-compact.cc 670 if (Marking::IsBlack(old_mark_bit)) {
    [all...]
heap.cc     [all...]
spaces.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 479 static bool IsBlack(const cricket::VideoFrame& frame) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]

Completed in 431 milliseconds