Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap-inl.h596 AlwaysAllocateScopeForTesting::AlwaysAllocateScopeForTesting(Heap* heap) in AlwaysAllocateScopeForTesting() function
Dheap.h2526 friend class AlwaysAllocateScopeForTesting;
2554 class V8_NODISCARD AlwaysAllocateScopeForTesting {
2556 explicit inline AlwaysAllocateScopeForTesting(Heap* heap);
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc957 AlwaysAllocateScopeForTesting always_allocate(heap); in RUNTIME_FUNCTION()