OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startMethodTracingMethod
(Results
1 - 4
of
4
) sorted by null
/art/test/570-checker-osr/src/
DeoptimizationController.java
76
private static final Method
startMethodTracingMethod
;
83
startMethodTracingMethod
= c.getDeclaredMethod("startMethodTracing", String.class,
94
startMethodTracingMethod
.invoke(null, filename, bufferSize, flags, samplingEnabled,
/art/test/802-deoptimization/src/
DeoptimizationController.java
73
private static final Method
startMethodTracingMethod
;
80
startMethodTracingMethod
= c.getDeclaredMethod("startMethodTracing", String.class,
91
startMethodTracingMethod
.invoke(null, filename, bufferSize, flags, samplingEnabled,
/art/test/545-tracing-and-jit/src/
Main.java
224
private static final Method
startMethodTracingMethod
;
230
startMethodTracingMethod
= c.getDeclaredMethod("startMethodTracing", String.class,
241
startMethodTracingMethod
.invoke(null, filename, bufferSize, flags, samplingEnabled,
/art/test/099-vmdebug/src/
Main.java
253
private static final Method
startMethodTracingMethod
;
263
startMethodTracingMethod
= c.getDeclaredMethod("startMethodTracing", String.class,
280
startMethodTracingMethod
.invoke(null, filename, bufferSize, flags, samplingEnabled,
Completed in 96 milliseconds