Home
last modified time | relevance | path

Searched defs:ThreadDeath (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime_callbacks.cc51 void RuntimeCallbacks::ThreadDeath(Thread* self) { in ThreadDeath() function in art::RuntimeCallbacks
Druntime_callbacks_test.cc125 void ThreadDeath(Thread* self) OVERRIDE { in ThreadDeath() function
Ddebugger.cc5155 void Dbg::DbgThreadLifecycleCallback::ThreadDeath(Thread* self) { in ThreadDeath() function in art::Dbg::DbgThreadLifecycleCallback
/art/runtime/openjdkjvmti/
Dti_thread.cc95 void ThreadDeath(art::Thread* self) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) { in ThreadDeath() function