OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCurrentInstrumentationLevel
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
instrumentation_test.cc
163
Instrumentation::InstrumentationLevel
GetCurrentInstrumentationLevel
() {
164
return Runtime::Current()->GetInstrumentation()->
GetCurrentInstrumentationLevel
();
520
GetCurrentInstrumentationLevel
());
528
GetCurrentInstrumentationLevel
());
535
GetCurrentInstrumentationLevel
());
542
GetCurrentInstrumentationLevel
());
556
GetCurrentInstrumentationLevel
());
562
GetCurrentInstrumentationLevel
());
575
GetCurrentInstrumentationLevel
());
581
GetCurrentInstrumentationLevel
());
[
all
...]
instrumentation.cc
559
Instrumentation::InstrumentationLevel Instrumentation::
GetCurrentInstrumentationLevel
() const {
588
InstrumentationLevel current_level =
GetCurrentInstrumentationLevel
();
[
all
...]
Completed in 43 milliseconds