Home
last modified time | relevance | path

Searched refs:StrongRootBlockAllocator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/handles/
Dglobal-handles.h335 std::vector<Address, StrongRootBlockAllocator>::iterator it) in Iterator()
345 std::vector<Address, StrongRootBlockAllocator>::iterator it_;
349 : locations_(StrongRootBlockAllocator(heap)) {} in GlobalHandleVector()
369 std::vector<Address, StrongRootBlockAllocator> locations_;
/external/v8/src/heap/
Dheap.h2603 class StrongRootBlockAllocator {
2615 using other = StrongRootBlockAllocator;
2618 explicit StrongRootBlockAllocator(Heap* heap) : heap_(heap) {} in StrongRootBlockAllocator() function
Dheap.cc6680 Address* StrongRootBlockAllocator::allocate(size_t n) { in allocate()
6694 void StrongRootBlockAllocator::deallocate(Address* p, size_t n) noexcept { in deallocate()