Searched refs:event (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/
H A Ddebugger.cc256 // We're not recorded to listen to this kind of event, so complain.
257 LOG(ERROR) << "Unexpected method unwind event in debugger " << PrettyMethod(method)
328 // Instrumentation event reference counters.
672 // Post VM_DEATH event before the JDWP connection is closed (either by the JDWP thread or the
793 // to us again while no event has been requested yet.
2936 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
2942 VLOG(jdwp) << StringPrintf("Remove debugger as listener for instrumentation event 0x%x",
3009 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event 0x%x",
3012 VLOG(jdwp) << StringPrintf("Queue request #%zd to start listening to instrumentation event 0x%x",
3022 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event
3842 jint event = connect ? 1 /*DdmServer.CONNECTED*/ : 2 /*DdmServer.DISCONNECTED*/; local
[all...]
H A Dtrace.cc262 // If there's no previous stack trace sample for this thread, log an entry event for all
561 // We're not recorded to listen to this kind of event, so complain.
562 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc;
568 // We're not recorded to listen to this kind of event, so complain.
569 LOG(ERROR) << "Unexpected field read event in tracing " << PrettyMethod(method) << " " << dex_pc;
576 // We're not recorded to listen to this kind of event, so complain.
577 LOG(ERROR) << "Unexpected field write event in tracing " << PrettyMethod(method) << " " << dex_pc;
613 LOG(ERROR) << "Unexpected exception caught event in tracing";
620 // First event, record the base time in the map.
633 instrumentation::Instrumentation::InstrumentationEvent event,
632 LogMethodTraceEvent(Thread* thread, mirror::ArtMethod* method, instrumentation::Instrumentation::InstrumentationEvent event, uint32_t thread_clock_diff, uint32_t wall_clock_diff) argument
[all...]
H A Dtrace.h119 instrumentation::Instrumentation::InstrumentationEvent event,

Completed in 66 milliseconds