Searched refs:IdleNotificationDeadline (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dd8.cc869 isolate->IdleNotificationDeadline(g_platform->MonotonicallyIncreasingTime());
2455 isolate->IdleNotificationDeadline(
H A Dapi.cc8339 bool Isolate::IdleNotificationDeadline(double deadline_in_seconds) { function in class:v8::Isolate
/external/v8/include/
H A Dv8.h6845 * collection performance. Use IdleNotificationDeadline() or
6970 * Returns true if the embedder should stop calling IdleNotificationDeadline
6980 bool IdleNotificationDeadline(double deadline_in_seconds);
6982 V8_DEPRECATED("use IdleNotificationDeadline()",

Completed in 827 milliseconds