Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc180 ReportEvent(instr, instrumentation_event, soa.Self(), event_method, event_obj, event_dex_pc); in TestEvent()
196 ReportEvent(instr, instrumentation_event, soa.Self(), event_method, event_obj, event_dex_pc); in TestEvent()
305 static void ReportEvent(const instrumentation::Instrumentation* instr, uint32_t event_type, in ReportEvent() function in art::instrumentation::InstrumentationTest