Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h707 static uint32_t GetInstrumentationEvents() REQUIRES_SHARED(Locks::mutator_lock_) { in GetInstrumentationEvents() function
Ddebugger.cc283 return (Dbg::GetInstrumentationEvents() & event) != 0; in IsListeningTo()