Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dglobal-handles.h337 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_;
/third_party/node/deps/v8/src/heap/
Dheap.h2747 class StrongRootBlockAllocator {
2759 explicit StrongRootBlockAllocator(Heap* heap) : heap_(heap) {} in StrongRootBlockAllocator() function
2770 struct StrongRootBlockAllocator::rebind<Address> {
2771 using other = StrongRootBlockAllocator;
2777 struct StrongRootBlockAllocator::rebind {
2781 other(const StrongRootBlockAllocator&) {}
Dheap.cc7479 Address* StrongRootBlockAllocator::allocate(size_t n) { in allocate()
7493 void StrongRootBlockAllocator::deallocate(Address* p, size_t n) noexcept { in deallocate()