Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h276 static bool MethodHasAnyBreakpoints(ArtMethod* method)
Ddebugger.cc357 return !Dbg::MethodHasAnyBreakpoints(m); in IsMethodSafeToJit()
3287 bool Dbg::MethodHasAnyBreakpoints(ArtMethod* method) { in MethodHasAnyBreakpoints() function in art::Dbg