Searched defs:IdleNotification (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/heap/ | ||
D | heap.cc | 4295 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap |
/external/v8/src/ | ||
D | api.cc | 6774 bool v8::Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::v8::Isolate |
/external/v8/test/cctest/ | ||
D | test-api.cc | 17779 TEST(IdleNotification) { in TEST() argument |