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

  /external/chromium_org/v8/test/cctest/
test-heap.cc 464 heap->CollectGarbage(OLD_POINTER_SPACE);
517 heap->CollectGarbage(OLD_POINTER_SPACE);
916 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE
2980 PagedSpace* old_pointer_space = heap->old_pointer_space(); local
    [all...]
  /external/chromium_org/v8/src/
heap.h 626 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]

Completed in 56 milliseconds