Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h813 void IncrementDeferredCount(v8::Isolate::UseCounterFeature feature);
Dheap.cc420 void Heap::IncrementDeferredCount(v8::Isolate::UseCounterFeature feature) { in IncrementDeferredCount() function in v8::internal::Heap
/external/v8/src/
Disolate.cc2913 heap_.IncrementDeferredCount(feature); in CountUsage()