HomeSort by relevance Sort by last modified time
    Searched refs:stopMethodTracing (Results 1 - 25 of 67) 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 71 VMDebug.stopMethodTracing();
78 VMDebug.stopMethodTracing();
87 VMDebug.stopMethodTracing();
100 VMDebug.stopMethodTracing();
102 VMDebug.stopMethodTracing();
320 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
340 public static void stopMethodTracing() throws Exception {
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 128 Debug.stopMethodTracing();
172 Debug.stopMethodTracing();
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 106 Debug.stopMethodTracing();
ProviderPerfActivity.java 271 Debug.stopMethodTracing();
  /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 {
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 58 Debug.stopMethodTracing();
62 Debug.stopMethodTracing();
66 Debug.stopMethodTracing();
70 Debug.stopMethodTracing();
  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
BenchmarkState.java 140 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();
  /art/test/1940-ddms-ext/src-art/art/
Test1940.java 221 VMDebug.stopMethodTracing();
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 202 * Starts method tracing without a backing file. When stopMethodTracing
235 public static native void stopMethodTracing();
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 218 android.os.Debug.stopMethodTracing();
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 122 Debug.stopMethodTracing();
    [all...]
RecurrenceProcessorTest.java 113 Debug.stopMethodTracing();
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 295 if (mTraceStartUp) Debug.stopMethodTracing();
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 276 Debug.stopMethodTracing();
458 Debug.stopMethodTracing();
  /frameworks/base/core/java/android/os/
Debug.java 62 * call {@link #stopMethodTracing()}.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 283 Debug.stopMethodTracing();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 915 Debug.stopMethodTracing()
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 625 NATIVE_METHOD(VMDebug, stopMethodTracing, "()V"),
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 506 if (PROFILE_DUMP) Debug.stopMethodTracing();
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 549 Debug.stopMethodTracing();
    [all...]

Completed in 700 milliseconds

1 2 3