Searched defs:AlwaysAllocateScope (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/heap/ | ||
H A D | heap-inl.h | 621 AlwaysAllocateScope __scope__(ISOLATE); \ 717 AlwaysAllocateScope::AlwaysAllocateScope(Isolate* isolate) function in class:v8::internal::AlwaysAllocateScope 728 AlwaysAllocateScope::~AlwaysAllocateScope() { |
H A D | heap.h | 2025 friend class AlwaysAllocateScope; 2078 class AlwaysAllocateScope { class in namespace:v8::internal 2080 explicit inline AlwaysAllocateScope(Isolate* isolate); 2081 inline ~AlwaysAllocateScope(); |
Completed in 89 milliseconds