Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { in PostLocationEvent() argument
763 if ((eventFlags & Dbg::kBreakpoint) != 0) { in PostLocationEvent()
766 if ((eventFlags & Dbg::kSingleStep) != 0) { in PostLocationEvent()
769 if ((eventFlags & Dbg::kMethodEntry) != 0) { in PostLocationEvent()
772 if ((eventFlags & Dbg::kMethodExit) != 0) { in PostLocationEvent()
Djdwp.h189 bool PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags)
/art/runtime/
Ddebugger.h330 mirror::Object* thisPtr, int eventFlags)