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

  /external/v8/src/
incremental-marking.h 238 static void ActivateIncrementalWriteBarrier(NewSpace* space);
242 static void DeactivateIncrementalWriteBarrierForSpace(NewSpace* space);
spaces-inl.h 76 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space)
293 // NewSpace
296 MaybeObject* NewSpace::AllocateRaw(int size_in_bytes) {
322 void NewSpace::ShrinkStringAtAllocationBoundary(String* string, int length) {
spaces.cc 1005 // NewSpace implementation
1008 bool NewSpace::SetUp(int reserved_semispace_capacity,
    [all...]
v8globals.h 146 class NewSpace;
spaces.h     [all...]
mark-compact.h 483 static void VerifyMarkbitsAreClean(NewSpace* space);
incremental-marking.cc 339 NewSpace* space) {
373 void IncrementalMarking::ActivateIncrementalWriteBarrier(NewSpace* space) {
mark-compact.cc 108 static void VerifyMarking(NewSpace* space) {
186 static void VerifyEvacuation(NewSpace* space) {
318 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) {
354 static void ClearMarkbitsInNewSpace(NewSpace* space) {
    [all...]
heap.h 498 NewSpace* new_space() { return &new_space_; }
    [all...]
serialize.cc 603 reinterpret_cast<NewSpace*>(space)->AllocateRaw(size);
    [all...]
heap.cc 293 // Heap::ReportHeapStatistics will also log NewSpace statistics when
365 // NewSpace statistics are logged exactly once when --log-gc is turned on.
611 NewSpace* new_space = Heap::new_space();
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 177 TEST(NewSpace) {
188 NewSpace new_space(heap);
test-alloc.cc 43 NewSpace* new_space = heap->new_space();
test-heap.cc 886 // just enough room to allocate JSObject and thus fill the newspace.
891 NewSpace* new_space = HEAP->new_space();
    [all...]

Completed in 306 milliseconds