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

/external/v8/src/
H A Dheap-inl.h718 LinearAllocationScope::LinearAllocationScope() { function in class:v8::internal::LinearAllocationScope
723 LinearAllocationScope::~LinearAllocationScope() {
H A Dheap.h1301 // LinearAllocationScope and an AlwaysAllocateScope) without using freelists
2057 friend class LinearAllocationScope;
2108 class LinearAllocationScope { class in namespace:v8::internal
2110 inline LinearAllocationScope();
2111 inline ~LinearAllocationScope();

Completed in 74 milliseconds