Home
last modified time | relevance | path

Searched refs:IncrementDeferredCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.h722 void IncrementDeferredCount(v8::Isolate::UseCounterFeature feature);
Dheap.cc1013 void Heap::IncrementDeferredCount(v8::Isolate::UseCounterFeature feature) { in IncrementDeferredCount() function in v8::internal::Heap
/third_party/node/deps/v8/src/execution/
Disolate.cc5146 heap_.IncrementDeferredCount(feature); in ThrowInternal()