Home
last modified time | relevance | path

Searched refs:am (Results 1 – 12 of 12) sorted by relevance

/art/test/594-invoke-super/
Dexpected.txt2 I am A's foo
4 I am B's foo
/art/libnativeloader/test/
Druntest.sh9 adb shell am start -n android.test.app.system/android.test.app.TestActivity
10 adb shell am start -n android.test.app.vendor/android.test.app.TestActivity
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md24 > `adb shell am attach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforcerede…
28 > `adb shell am attach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforcerede…
29 > `adb shell am attach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforcerede…
30 > `adb shell am attach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforcerede…
/art/tools/jvmti-agents/titrace/
DREADME.md47 > `adb shell am start --attach-agent /data/data/com.littleinc.orm_benchmark/files/libtitrace.so com…
49 Note: To determine the arguments to `am start`, launch the application manually first and then look…
54 > `adb shell am attach-agent $(pid com.littleinc.orm_benchmark) /data/data/com.littleinc.orm_bench…
/art/openjdkjvmti/
Dti_breakpoint.cc84 art::ArtMethod* am = visitor->VisitMethod( in VisitReflectiveTargets() local
86 if (am != orig_method) { in VisitReflectiveTargets()
87 updated_breakpoints.push_back({ Breakpoint { am, it.GetLocation() }, it }); in VisitReflectiveTargets()
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap…
/art/tools/jvmti-agents/enable-vlog/
DREADME.md93 > `adb shell am start-activity --attach-agent /data/local/tmp/libenablevlog.so=class,jit some.de…
/art/tools/jvmti-agents/field-null-percent/
DREADME.md31 > `adb shell am start-activity --attach-agent '/data/local/tmp/libfieldnulls.so=Ljava/lang/Class…
/art/tools/jvmti-agents/ti-fast/
DREADME.md109 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep…
/art/tools/jvmti-agents/field-counts/
DREADME.md35 adb shell am start-activity --attach-agent '/data/local/tmp/libfieldcounts.so=Ljava/lang/Class;.ext…
/art/tools/jvmti-agents/list-extensions/
DREADME.md53 > `adb shell am start-activity --attach-agent /data/local/tmp/liblistextensions.so some.debuggab…
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md76 > `adb shell am start-activity --attach-agent /data/local/tmp/libtiallocsample.so=100 some.debug…