Searched refs:eventFlags (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwp.h200 * "eventFlags" indicates the types of events that have occurred.
203 ObjectId thisPtr, int eventFlags);
H A DJdwpEvent.cpp795 * "eventFlags" indicates the type of event(s) that have happened.
810 ObjectId thisPtr, int eventFlags)
857 if ((eventFlags & DBG_BREAKPOINT) != 0)
860 if ((eventFlags & DBG_SINGLE_STEP) != 0)
863 if ((eventFlags & DBG_METHOD_ENTRY) != 0)
866 if ((eventFlags & DBG_METHOD_EXIT) != 0)
809 dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) argument
/dalvik/vm/interp/
H A DInterp.cpp734 int eventFlags = 0; local
739 * eventFlags != 0 here, or somebody manually requests a suspend
746 eventFlags |= DBG_METHOD_ENTRY;
758 eventFlags |= DBG_BREAKPOINT;
833 eventFlags |= DBG_SINGLE_STEP;
852 eventFlags |= DBG_METHOD_EXIT;
859 if (eventFlags != 0) {
874 eventFlags);
/dalvik/vm/
H A DDebugger.h264 Object* thisPtr, int eventFlags);
271 /* for "eventFlags" */
H A DDebugger.cpp2410 Object* thisPtr, int eventFlags)
2429 objectToObjectIdNoReg(thisPtr), eventFlags))
2409 dvmDbgPostLocationEvent(const Method* method, int pcOffset, Object* thisPtr, int eventFlags) argument

Completed in 979 milliseconds