Home
last modified time | relevance | path

Searched refs:WatchLocation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h562 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
Ddebugger.cc3421 void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in WatchLocation() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc206 Dbg::WatchLocation(&pMod->locationOnly.loc, &req); in RegisterEvent()