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

  /art/runtime/jdwp/
jdwp_event.cc 213 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); local
214 if (instrumentation_event != 0) {
217 req.SetInstrumentationEvent(instrumentation_event);
297 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); local
298 if (instrumentation_event != 0) {
301 req.SetInstrumentationEvent(instrumentation_event);
    [all...]
  /art/runtime/
debugger.h 176 void SetInstrumentationEvent(uint32_t instrumentation_event) {
177 instrumentation_event_ = instrumentation_event;
183 // TODO we could use a union to hold the instrumentation_event and the method since they
700 static size_t* GetReferenceCounterForEvent(uint32_t instrumentation_event);
debugger.cc     [all...]

Completed in 4125 milliseconds