Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1974 class DisableAssertNoAllocation {
1976 DisableAssertNoAllocation() { in DisableAssertNoAllocation() function
1980 ~DisableAssertNoAllocation() { in ~DisableAssertNoAllocation()
1996 class DisableAssertNoAllocation {
1998 DisableAssertNoAllocation() { } in DisableAssertNoAllocation() function
1999 ~DisableAssertNoAllocation() { } in ~DisableAssertNoAllocation()
Daccessors.cc672 DisableAssertNoAllocation enable_allocation; in CheckNonStrictCallerOrThrow()
Dheap.cc775 DisableAssertNoAllocation allow_allocation; in PerformGarbageCollection()