Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dobject_lock.cc42 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock
Dmonitor.h94 static void Notify(Thread* self, ObjPtr<mirror::Object> obj) in Notify() function
Dmonitor.cc956 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor
Dthread.cc2843 void Thread::Notify() { in Notify() function in art::Thread
/art/openjdkjvmti/
Dti_monitor.cc152 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor
204 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc105 void Notify() { in Notify() function
/art/runtime/mirror/
Dobject-inl.h94 inline void Object::Notify(Thread* self) { in Notify() function