Searched defs:AlwaysAllocateScope (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dheap-inl.h535 AlwaysAllocateScope __scope__; \
702 AlwaysAllocateScope::AlwaysAllocateScope() { function in class:v8::internal::AlwaysAllocateScope
712 AlwaysAllocateScope::~AlwaysAllocateScope() {
H A Dheap.h1301 // LinearAllocationScope and an AlwaysAllocateScope) without using freelists
2056 friend class AlwaysAllocateScope;
2101 class AlwaysAllocateScope { class in namespace:v8::internal
2103 inline AlwaysAllocateScope();
2104 inline ~AlwaysAllocateScope();

Completed in 51 milliseconds