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 118 DCHECK(!heap->InToSpace(target) ||
124 DCHECK(!heap->InToSpace(target) ||
heap-inl.h 368 InToSpace(object)); // ... or in to-space (where we allocate).
377 bool Heap::InToSpace(Object* object) {
spaces-inl.h 143 ? MemoryChunk::FromAddress(o->address())->InToSpace()
heap.h     [all...]
mark-compact.cc     [all...]
spaces.h 744 bool InToSpace() { return IsFlagSet(IN_TO_SPACE); }
    [all...]
heap.cc     [all...]

Completed in 128 milliseconds