Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h659 AlwaysAllocateScopeForTesting::AlwaysAllocateScopeForTesting(Heap* heap) in AlwaysAllocateScopeForTesting() function
Dheap.h2399 friend class AlwaysAllocateScopeForTesting;
2410 class AlwaysAllocateScopeForTesting {
2412 explicit inline AlwaysAllocateScopeForTesting(Heap* heap);
/external/v8/src/runtime/
Druntime-test.cc747 AlwaysAllocateScopeForTesting always_allocate(heap); in RUNTIME_FUNCTION()