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

/external/v8/src/heap/
H A Dheap-inl.h621 AlwaysAllocateScope __scope__(ISOLATE); \
717 AlwaysAllocateScope::AlwaysAllocateScope(Isolate* isolate) function in class:v8::internal::AlwaysAllocateScope
728 AlwaysAllocateScope::~AlwaysAllocateScope() {
H A Dheap.h2025 friend class AlwaysAllocateScope;
2078 class AlwaysAllocateScope { class in namespace:v8::internal
2080 explicit inline AlwaysAllocateScope(Isolate* isolate);
2081 inline ~AlwaysAllocateScope();

Completed in 89 milliseconds