Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc348 class WatchDog { class
364 explicit WatchDog(bool is_watch_dog_enabled) { in WatchDog() function in art::WatchDog
377 ~WatchDog() { in ~WatchDog()
395 WatchDog* self = reinterpret_cast<WatchDog*>(arg); in CallBack()
1065 watchdog_.reset(new WatchDog(true)); in ParseArgs()
1868 std::unique_ptr<WatchDog> watchdog_;