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

  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
heap-utils.cc 69 (tenure == TENURED && heap->InOldSpace(*handles.back())));
  /external/v8/src/heap/
heap-inl.h 381 bool Heap::InOldSpace(Object* object) { return old_space_->Contains(object); }
heap.h     [all...]

Completed in 74 milliseconds