Home
last modified time | relevance | path

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

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