Searched defs:compaction_space_kind (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
H A D | evacuation-allocator.h | 24 EvacuationAllocator(Heap* heap, CompactionSpaceKind compaction_space_kind) EvacuationAllocator() argument |
H A D | paged-spaces.h | 269 CompactionSpaceKind compaction_space_kind() const { in compaction_space_kind() function in v8::internal::PagedSpace 446 CompactionSpace(Heap* heap, AllocationSpace id, Executability executable, CompactionSpaceKind compaction_space_kind) CompactionSpace() argument 473 CompactionSpaceCollection(Heap* heap, CompactionSpaceKind compaction_space_kind) CompactionSpaceCollection() argument |
H A D | paged-spaces.cc | 95 PagedSpace(Heap* heap, AllocationSpace space, Executability executable, FreeList* free_list, LinearAllocationArea* allocation_info_, CompactionSpaceKind compaction_space_kind) PagedSpace() argument |
Completed in 4 milliseconds