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

  /external/v8/test/cctest/
test-spaces.cc 139 OldSpace faked_space(heap,
207 TEST(OldSpace) {
218 OldSpace* s = new OldSpace(heap,
test-alloc.cc 68 OldSpace* old_data_space = heap->old_data_space();
76 OldSpace* old_pointer_space = heap->old_pointer_space();
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 278 OldSpace faked_space(heap,
346 TEST(OldSpace) {
357 OldSpace* s = new OldSpace(heap,
  /external/chromium_org/tools/memory_watcher/scripts/
summary.pl 41 } elsif ($loc =~ m/v8::internal::OldSpace::SlowAllocateRaw/) {
42 $location_blame = "v8 OldSpace";
  /external/v8/src/
heap.h 499 OldSpace* old_pointer_space() { return old_pointer_space_; }
500 OldSpace* old_data_space() { return old_data_space_; }
501 OldSpace* code_space() { return code_space_; }
    [all...]
v8globals.h 149 class OldSpace;
heap-inl.h 349 OldSpace* Heap::TargetSpace(HeapObject* object) {
spaces.h     [all...]
heap.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/
v8globals.h 149 class OldSpace;
heap.h 557 OldSpace* old_pointer_space() { return old_pointer_space_; }
558 OldSpace* old_data_space() { return old_data_space_; }
559 OldSpace* code_space() { return code_space_; }
    [all...]
spaces.h     [all...]
heap-inl.h 405 OldSpace* Heap::TargetSpace(HeapObject* object) {
heap.cc     [all...]
serialize.cc 865 OldSpace* code_space = isolate_->heap()->code_space();
    [all...]
mark-compact.cc     [all...]

Completed in 2372 milliseconds