OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindMatchingEvents
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_event.cc
457
void JdwpState::
FindMatchingEvents
(JdwpEventKind eventKind, ModBasket* basket,
764
FindMatchingEvents
(EK_BREAKPOINT, &basket, match_list, &match_count);
767
FindMatchingEvents
(EK_SINGLE_STEP, &basket, match_list, &match_count);
770
FindMatchingEvents
(EK_METHOD_ENTRY, &basket, match_list, &match_count);
773
FindMatchingEvents
(EK_METHOD_EXIT, &basket, match_list, &match_count);
776
//
FindMatchingEvents
(EK_METHOD_EXIT_WITH_RETURN_VALUE, &basket, match_list, &match_count);
834
FindMatchingEvents
(EK_THREAD_START, &basket, match_list, &match_count);
836
FindMatchingEvents
(EK_THREAD_DEATH, &basket, match_list, &match_count);
920
FindMatchingEvents
(EK_EXCEPTION, &basket, match_list, &match_count);
986
FindMatchingEvents
(EK_CLASS_PREPARE, &basket, match_list, &match_count)
[
all
...]
/external/chromium_org/base/test/
trace_event_analyzer.cc
643
size_t
FindMatchingEvents
(const std::vector<TraceEvent>& events,
799
return
FindMatchingEvents
(raw_events_, query, output);
Completed in 38 milliseconds