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

  /external/v8/src/heap/
heap-inl.h 358 InToSpace(object)); // ... or in to-space (where we allocate).
371 bool Heap::InToSpace(Object* object) {
spaces.h 663 bool InToSpace() { return IsFlagSet(IN_TO_SPACE); }
    [all...]

Completed in 43 milliseconds