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

  /external/v8/test/cctest/
test-spaces.cc 104 OldSpace faked_space(Heap::MaxReserved(), OLD_POINTER_SPACE, NOT_EXECUTABLE);
181 TEST(OldSpace) {
185 OldSpace* s = new OldSpace(Heap::MaxOldGenerationSize(),
test-alloc.cc 67 OldSpace* old_data_space = Heap::old_data_space();
  /external/v8/src/
heap.h 260 static OldSpace* old_pointer_space() { return old_pointer_space_; }
261 static OldSpace* old_data_space() { return old_data_space_; }
262 static OldSpace* code_space() { return code_space_; }
    [all...]
globals.h 251 class OldSpace;
heap-inl.h 190 OldSpace* Heap::TargetSpace(HeapObject* object) {
spaces.cc     [all...]
heap.cc 58 OldSpace* Heap::old_pointer_space_ = NULL;
59 OldSpace* Heap::old_data_space_ = NULL;
60 OldSpace* Heap::code_space_ = NULL;
    [all...]
spaces.h     [all...]
mark-compact.cc 176 for (OldSpace* space = spaces.next(); space != NULL; space = spaces.next()) {
896 OldSpace* target_space = Heap::TargetSpace(object);
    [all...]

Completed in 198 milliseconds