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

  /external/v8/src/heap/
scavenger-inl.h 55 if (heap->InToSpace(object)) {
scavenger.cc 127 DCHECK(!heap->InToSpace(target) ||
133 DCHECK(!heap->InToSpace(target) ||
heap-inl.h 471 InToSpace(object)); // ... or in to-space (where we allocate).
482 bool Heap::InToSpace(Object* object) {
635 (InToSpace(object) &&
spaces-inl.h 131 ? MemoryChunk::FromAddress(o->address())->InToSpace()
mark-compact.cc     [all...]
heap.h     [all...]
spaces.h 545 bool InToSpace() { return IsFlagSet(IN_TO_SPACE); }
    [all...]
heap.cc     [all...]

Completed in 709 milliseconds