Home
last modified time | relevance | path

Searched defs:IdleNotification (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.cc4295 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
/external/v8/src/
Dapi.cc6774 bool v8::Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::v8::Isolate
/external/v8/test/cctest/
Dtest-api.cc17779 TEST(IdleNotification) { in TEST() argument