Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h943 double synthetic_time() { return allocations_count_ / 2.0; } in synthetic_time() function
/external/v8/src/
Dd8.cc340 args.GetReturnValue().Set(heap->synthetic_time()); in PerformanceNow()
Druntime.cc9729 millis += Floor(isolate->heap()->synthetic_time()); in RUNTIME_FUNCTION()