Searched refs:eventFlags (Results 1 – 3 of 3) sorted by relevance
722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { in PostLocationEvent() argument763 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()
189 bool PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags)
330 mirror::Object* thisPtr, int eventFlags)