OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentation_event
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
debugger.h
174
void SetInstrumentationEvent(uint32_t
instrumentation_event
) {
175
instrumentation_event_ =
instrumentation_event
;
181
// TODO we could use a union to hold the
instrumentation_event
and the method since they
683
static size_t* GetReferenceCounterForEvent(uint32_t
instrumentation_event
);
debugger.cc
[
all
...]
/art/runtime/jdwp/
jdwp_event.cc
203
uint32_t
instrumentation_event
= GetInstrumentationEventFor(pEvent->eventKind);
local
204
if (
instrumentation_event
!= 0) {
207
req.SetInstrumentationEvent(
instrumentation_event
);
285
uint32_t
instrumentation_event
= GetInstrumentationEventFor(pEvent->eventKind);
local
286
if (
instrumentation_event
!= 0) {
289
req.SetInstrumentationEvent(
instrumentation_event
);
[
all
...]
Completed in 203 milliseconds