HomeSort by relevance Sort by last modified time
    Searched defs:stopMethodTracing (Results 1 - 25 of 54) sorted by null

1 2 3

  /art/test/570-checker-osr/src/
DeoptimizationController.java 66 VMDebug.stopMethodTracing();
85 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
97 public static void stopMethodTracing() throws Exception {
  /art/test/802-deoptimization/src/
DeoptimizationController.java 63 VMDebug.stopMethodTracing();
82 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
94 public static void stopMethodTracing() throws Exception {
  /art/test/099-vmdebug/src/
Main.java 70 VMDebug.stopMethodTracing();
77 VMDebug.stopMethodTracing();
86 VMDebug.stopMethodTracing();
99 VMDebug.stopMethodTracing();
101 VMDebug.stopMethodTracing();
265 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
283 public static void stopMethodTracing() throws Exception {
  /art/test/545-tracing-and-jit/src/
Main.java 89 VMDebug.stopMethodTracing();
97 VMDebug.stopMethodTracing();
232 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
244 public static void stopMethodTracing() throws Exception {
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 128 Debug.stopMethodTracing();
172 Debug.stopMethodTracing();
  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
BenchmarkState.java 174 Debug.stopMethodTracing();
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 77 Debug.stopMethodTracing();
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 227 Debug.stopMethodTracing();
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java     [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 113 Debug.stopMethodTracing();
    [all...]
RRuleTest.java 122 Debug.stopMethodTracing();
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 202 * Starts method tracing without a backing file. When stopMethodTracing
234 public static native void stopMethodTracing();
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 276 Debug.stopMethodTracing();
458 Debug.stopMethodTracing();
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 492 if (PROFILE_DUMP) Debug.stopMethodTracing();
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 178 Debug.stopMethodTracing();
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 283 Debug.stopMethodTracing();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 295 if (mTraceStartUp) Debug.stopMethodTracing();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 549 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 60 * {@link #stopMethodTracing()}.
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 58 Debug.stopMethodTracing();
62 Debug.stopMethodTracing();
66 Debug.stopMethodTracing();
70 Debug.stopMethodTracing();
  /frameworks/base/core/java/android/app/
Instrumentation.java 350 Debug.stopMethodTracing();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 903 Debug.stopMethodTracing();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 915 Debug.stopMethodTracing();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 2117 milliseconds

1 2 3