Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 55) sorted by relevance

123

/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md18 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libforceredefine.so /data/local/tmp/`
22 > `adb push /tmp/classlist /data/local/tmp/`
24 …tach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/…
28 …tach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/…
29 …tach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/…
30 …tach-agent $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/…
/art/test/913-heaps/
Dexpected.txt3 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
4 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location…
5 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,…
46 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 1@1000 [size=16, length=-…
47 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
48 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=10,location= …
49 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8…
50 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=13,location= …
51 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 2…
52 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,…
[all …]
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali354 .local v39, "r":Ljava/lang/String;
366 .local v19, "f17":F
379 .local v18, "f16":F
392 .local v20, "f18":F
405 .local v21, "f19":F
418 .local v22, "f20":F
431 .local v23, "f21":F
444 .local v17, "f15":F
457 .local v2, "f00":F
470 .local v24, "f22":F
[all …]
/art/test/137-cfi/
Dexpected.txt1 args: --test-local --test-remote
7 args: --test-local --test-remote --secondary
11 args: --test-local --test-remote
17 args: --test-local --test-remote --secondary
/art/test/2009-structural-local-ref/
Dinfo.txt1 Tests structural redefinition with local-refs
3 Tests that using the structural redefinition updates JNI local-refs.
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali80 .local v0, "i":I
84 .local v1, "s":I
88 .end local v0 # "i":I
89 .local v2, "i":I
102 .end local v1 # "s":I
103 .local v0, "s":I
109 .end local v2 # "i":I
110 .local v0, "i":I
111 .restart local v1 # "s":I
118 .end local v0 # "i":I
[all …]
/art/tools/
Ddex2oat_wrapper78 local modules="core-oj core-libart okhttp bouncycastle apache-xml core-icu4j conscrypt"
79 local prefix="$1"
80 local result=""
81 local separator=""
84 (conscrypt) local apex="com.android.conscrypt";;
85 (core-icu4j) local apex="com.android.i18n";;
86 (*) local apex="com.android.art";;
/art/test/463-checker-boolean-simplifier/smali/
DMain2.smali259 .local v0, "x":I
262 .local v1, "y":I
266 .end local v1 # "y":I
267 .local v2, "y":I
271 .end local v2 # "y":I
272 .restart local v1 # "y":I
287 .end local v1 # "y":I
288 .restart local v2 # "y":I
292 .end local v2 # "y":I
293 .restart local v1 # "y":I
[all …]
/art/test/1974-resize-array/
Dexpected.txt33 Test local
38 Test local smaller
43 T1: Test local multi-thread
47 T2: Test local multi-thread
68 Test jni local ref
/art/test/1939-proxy-frames/
Dinfo.txt1 Test for jvmti get local instance
/art/test/1914-get-local-instance/
Dinfo.txt1 Test for jvmti get local instance
DAndroid.bp3 name: "art-run-test-1914-get-local-instance",
/art/test/1911-get-local-var-table/
Dinfo.txt1 Tests getting local variable table from JVMTI
DAndroid.bp3 name: "art-run-test-1911-get-local-var-table",
/art/test/1913-get-set-local-objects/
Dinfo.txt1 Tests for jvmti get and set local variable object.
DAndroid.bp3 name: "art-run-test-1913-get-set-local-objects",
/art/test/1966-get-set-local-objects-no-table/
Dinfo.txt1 Tests for jvmti get and set local variable object.
/art/libdexfile/external/
Dlibdexfile_external.map.txt11 local:
/art/test/130-hprof/src/
DMain.java30 private static void fillArray(Object global[], Object local[], int i) { in fillArray() argument
32 local[0] = global; in fillArray()
33 for (int j = 1; j < local.length; j++) { in fillArray()
34 local[j] = global[j]; in fillArray()
/art/benchmark/jobject-benchmark/
Dinfo.txt7 Decoding local, weak, global, handle scope jobjects.
/art/test/1912-get-set-local-primitive/
DAndroid.bp3 name: "art-run-test-1912-get-set-local-primitive",
/art/test/1967-get-set-local-bad-slot/
DAndroid.bp3 name: "art-run-test-1967-get-set-local-bad-slot",
/art/test/1915-get-set-local-current-thread/
DAndroid.bp3 name: "art-run-test-1915-get-set-local-current-thread",
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md23 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libdumpjvmti.so /data/local/tmp/`
25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap…
/art/test/800-smali/smali/
Db_22244733.smali5 .registers 2 # One local and one parameter.

123