Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc835 int eventFlags, const JValue* returnValue) { in PostLocationEvent() argument
881 if ((eventFlags & Dbg::kBreakpoint) != 0) { in PostLocationEvent()
884 if ((eventFlags & Dbg::kSingleStep) != 0) { in PostLocationEvent()
887 if ((eventFlags & Dbg::kMethodEntry) != 0) { in PostLocationEvent()
890 if ((eventFlags & Dbg::kMethodExit) != 0) { in PostLocationEvent()
Djdwp.h205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
/art/runtime/
Ddebugger.h666 mirror::Object* thisPtr, int eventFlags,