Home
last modified time | relevance | path

Searched refs:CreateFillerObjectAt (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/cctest/heap/
Dutils-inl.h51 heap->CreateFillerObjectAt(*heap->old_space()->allocation_top_address(),
Dtest-lab.cc49 heap->CreateFillerObjectAt(obj->address(), static_cast<int>(size_in_bytes)); in AllocateFromLab()
Dtest-spaces.cc784 new_space->heap()->CreateFillerObjectAt(free_space->address(), 80); in UNINITIALIZED_TEST()
796 space->heap()->CreateFillerObjectAt(filler->address(), size); in AllocateUnaligned()
Dtest-heap.cc2026 heap->CreateFillerObjectAt(obj->address(), size); in NewSpaceAllocateAligned()
2129 heap->CreateFillerObjectAt(obj->address(), size); in OldSpaceAllocateAligned()
4239 CcTest::heap()->CreateFillerObjectAt( in TEST()
/external/v8/src/profiler/
Dallocation-tracker.cc229 heap->CreateFillerObjectAt(addr, size); in AllocationEvent()
/external/v8/src/heap/
Dspaces.cc1483 heap_->CreateFillerObjectAt( in AllocateChunk()
1494 heap_->CreateFillerObjectAt( in AllocateChunk()
1599 heap()->CreateFillerObjectAt(top, remaining_in_page); in AllocateChunk()
2482 owner()->heap()->CreateFillerObjectAt(start, size_in_bytes); in AllocateChunk()
2797 heap()->CreateFillerObjectAt(address, size); in AllocateChunk()
2809 heap()->CreateFillerObjectAt(allocation_info_.top(), remaining); in AllocateChunk()
Dheap.cc949 CreateFillerObjectAt(from_top, remaining_in_page); in EnsureFillerObjectAtTop()
1170 CreateFillerObjectAt(free_space_address, size); in ReserveSpace()
2015 CreateFillerObjectAt(object->address(), filler_size); in PrecedeWithFiller()
2031 CreateFillerObjectAt(object->address() + object_size, filler_size); in AlignWithFiller()
2148 CreateFillerObjectAt(obj->address(), size); in AllocateFillerObject()
3065 void Heap::CreateFillerObjectAt(Address addr, int size) { in CreateFillerObjectAt() function in v8::internal::Heap
3149 CreateFillerObjectAt(object->address(), bytes_to_trim); in LeftTrimFixedArray()
3222 CreateFillerObjectAt(new_end, bytes_to_trim); in RightTrimFixedArray()
3326 CreateFillerObjectAt(result->address(), object_size); in AllocateCode()
Dheap.h839 void CreateFillerObjectAt(Address addr, int size);
/external/v8/src/runtime/
Druntime-regexp.cc645 heap->CreateFillerObjectAt(end_of_string, delta); in StringReplaceGlobalRegExpWithEmptyString()
/external/v8/src/
Dobjects.cc1795 heap->CreateFillerObjectAt(this->address() + new_size, size - new_size); in MakeExternal()
1856 heap->CreateFillerObjectAt(this->address() + new_size, size - new_size); in MakeExternal()
3030 heap->CreateFillerObjectAt( in MigrateFastToFast()
5619 heap->CreateFillerObjectAt(object->address() + new_instance_size, in MigrateFastToSlow()
12104 heap->CreateFillerObjectAt(start_of_string + new_size, delta); in Truncate()