HomeSort by relevance Sort by last modified time
    Searched refs:JdwpEventKind (Results 1 - 5 of 5) sorted by null

  /art/runtime/jdwp/
jdwp_event.h 95 JdwpEventKind eventKind; /* what kind of event is this? */
jdwp_constants.h 107 enum JdwpEventKind {
132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
jdwp.h 312 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
316 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,
jdwp_event.cc 138 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) {
157 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) {
534 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket,
554 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket,
947 const JdwpEventKind match_kind = (is_modification) ? EK_FIELD_MODIFICATION : EK_FIELD_ACCESS;
    [all...]
jdwp_handler.cc     [all...]

Completed in 125 milliseconds