Home
last modified time | relevance | path

Searched refs:TracingAccountingAllocator (Results 1 – 2 of 2) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Disolate.cc2771 class TracingAccountingAllocator : public AccountingAllocator { in ThrowInternal() class
2773 explicit TracingAccountingAllocator(Isolate* isolate) : isolate_(isolate) {} in ThrowInternal() function in v8::internal::TracingAccountingAllocator
2774 ~TracingAccountingAllocator() = default; in ThrowInternal()
2998 allocator_(new TracingAccountingAllocator(this)), in ThrowInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Disolate.cc2742 class TracingAccountingAllocator : public AccountingAllocator { in ThrowInternal() class
2744 explicit TracingAccountingAllocator(Isolate* isolate) : isolate_(isolate) {} in ThrowInternal() function in v8::internal::TracingAccountingAllocator
2745 ~TracingAccountingAllocator() = default; in ThrowInternal()
2954 allocator_(new TracingAccountingAllocator(this)), in ThrowInternal()