Searched refs:StrongRootBlockAllocator (Results 1 – 3 of 3) sorted by relevance
337 std::vector<Address, StrongRootBlockAllocator>::iterator it) in Iterator()347 std::vector<Address, StrongRootBlockAllocator>::iterator it_;351 : locations_(StrongRootBlockAllocator(heap)) {} in GlobalHandleVector()367 std::vector<Address, StrongRootBlockAllocator> locations_;
2747 class StrongRootBlockAllocator {2759 explicit StrongRootBlockAllocator(Heap* heap) : heap_(heap) {} in StrongRootBlockAllocator() function2770 struct StrongRootBlockAllocator::rebind<Address> {2771 using other = StrongRootBlockAllocator;2777 struct StrongRootBlockAllocator::rebind {2781 other(const StrongRootBlockAllocator&) {}
7479 Address* StrongRootBlockAllocator::allocate(size_t n) { in allocate()7493 void StrongRootBlockAllocator::deallocate(Address* p, size_t n) noexcept { in deallocate()