Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 79) sorted by relevance

1234

/art/tools/
Dpublic.libraries.buildbot.txt1 libart.so
2 libartd.so
3 libartbase.so
4 libartbased.so
5 libdexfile.so
6 libdexfiled.so
7 libbacktrace.so
8 libc.so
9 libc++.so
10 libdl.so
[all …]
Drun-prebuilt-libjdwp-tests.sh30 jdwp_path=${ANDROID_JAVA_HOME}/jre/lib/amd64/libjdwp.so
85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
Drun-libjdwp-tests.sh110 args+=(-Xplugin:libopenjdkjvmtid.so)
112 args+=(-Xplugin:libopenjdkjvmti.so)
/art/test/115-native-bridge/
Drun23 ln -sf ${LIBPATH}/libnativebridgetest.so .
24 touch libarttest.so
25 touch libarttestd.so
26 touch libinvalid.so
27 ln -sf ${LIBPATH}/libarttest.so libarttest2.so
28 ln -sf ${LIBPATH}/libarttestd.so libarttestd2.so
34 …n -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBri…
/art/build/apex/
Dld.config.txt32 namespace.platform.link.default.shared_libs = libdexfile_external.so
33 # libicuuc.so and libicui18n.so are kept for app compat reason. http://b/130788466
34 namespace.platform.link.default.shared_libs += libicui18n.so
35 namespace.platform.link.default.shared_libs += libicuuc.so
36 namespace.platform.link.default.shared_libs += libnativebridge.so
37 namespace.platform.link.default.shared_libs += libnativehelper.so
38 namespace.platform.link.default.shared_libs += libnativeloader.so
39 namespace.platform.link.default.shared_libs += libandroidicu.so
41 # TODO(b/122876336): Remove libpac.so once it's migrated to Webview
42 namespace.platform.link.default.shared_libs += libpac.so
[all …]
/art/tools/jvmti-agents/jit-load/
DREADME.md13 …t -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libjitloa…
16 * If using `libartd.so`, make sure to use the debug version of jvmti and agent.
20 …-Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so -agentpath:$ANDROID_HOST_OUT/lib64/libjitload…
24 > `./test/run-test --host --with-agent libtitraced.so=fatal 001-HelloWorld`
30 killed, so we need to manually print the results.
/art/test/909-attach-agent/
Drun17 plugin=libopenjdkjvmtid.so
18 agent=libtiagentd.so
20 agent=libtiagent.so
21 plugin=libopenjdkjvmti.so
/art/tools/jvmti-agents/titrace/
DREADME.md12 …t -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libtitrac…
15 * If using `libartd.so`, make sure to use the debug version of jvmti.
17 > `java -agentpath:$ANDROID_HOST_OUT/lib64/libtitrace.so helloworld`
36 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libtitrace.so /data/local/tmp`
40 ….orm_benchmark 'cp /data/local/tmp/libtitrace.so /data/data/com.littleinc.orm_benchmark/files/libt…
47 > `adb shell am start --attach-agent /data/data/com.littleinc.orm_benchmark/files/libtitrace.so com…
54 …ent $(pid com.littleinc.orm_benchmark) /data/data/com.littleinc.orm_benchmark/files/libtitrace.so`
57 …mally exists. In the case of Android applications, they are always killed, so we need to manually …
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md15 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libdumpjvmti.so' -cp tmp/…
19 * If using `libartd.so`, make sure to use the debug version of jvmti.
23 > `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/tools/jvmti-agents/field-null-percent/
DREADME.md22 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libfieldnull.so=Lname/of/…
25 * If using `libartd.so`, make sure to use the debug version of jvmti.
29 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libfieldnull.so /data/local/tmp/`
31 > `adb shell am start-activity --attach-agent '/data/local/tmp/libfieldnull.so=Ljava/lang/Class;…
34 > `java '-agentpath:libfieldnull.so=Lname/of/class;.nameOfField:Ltype/of/field;' -cp tmp/hellowo…
39 killed, so we need to manually print the results.
/art/tools/amm/models/
DSoCode.md4 sizes of all loaded `.so` files. It is calculated by reading `/proc/self/maps`.
10 or what is causing a library to remain loaded. Individual `.so` files can be
13 For example, for an application `AmmTest.apk` that includes `libammtestjni.so` as a
16 `/data/app/com.android.amm.test-_uHI4CJWpeoztbjN6Tr-Nw==/lib/arm64/libammtestjni.so`
/art/test/etc/
Drun-test-jar528 plugin=libopenjdkjvmtid.so
530 plugin=libopenjdkjvmti.so
539 agent=libtiagentd.so
542 agent=libtiagent.so
555 agent=libtistressd.so
557 agent=libtistress.so
1002 PUBLIC_LIBS=libc++.so:libbacktrace.so:libbase.so:libnativehelper.so
1004 PUBLIC_LIBS=$PUBLIC_LIBS:libart.so:libdexfile.so:libprofile.so:libartbase.so
1006 PUBLIC_LIBS=$PUBLIC_LIBS:libartd.so:libdexfiled.so:libprofiled.so:libartbased.so
/art/test/900-hello-plugin/
Drun17 plugin=libartagentd.so
19 plugin=libartagent.so
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md18 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libforceredefine.so /data/local/tmp/`
24 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas…
28 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas…
29 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas…
30 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas…
/art/
DAndroid.mk521 lib/bootstrap/libc.so \
522 lib/bootstrap/libm.so \
523 lib/bootstrap/libdl.so \
524 lib64/bootstrap/libc.so \
525 lib64/bootstrap/libm.so \
526 lib64/bootstrap/libdl.so \
529 lib/libnativebridge.so \
530 lib64/libnativebridge.so \
531 lib/libnativehelper.so \
532 lib64/libnativehelper.so \
[all …]
DCleanSpec.mk57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libandroidicu.so)
58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md35 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libbreakpointlogger.so=Lc…
38 * If using `libartd.so`, make sure to use the debug version of jvmti.
41 > `java '-agentpath:libbreakpointlogger.so=Lclass/Name;->methodName()V@0' -cp tmp/helloworld/cla…
46 …% ./test/run-test --host --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/Strin…
51 …% ./test/run-test --jvm --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/String…
/art/tools/jvmti-agents/ti-fast/
DREADME.md98 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libtifast.so=MethodEntry'…
101 * If using `libartd.so`, make sure to use the debug version of jvmti.
105 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libtifast.so /data/local/tmp/`
107 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep…
110 > `java '-agentpath:libtifast.so=MethodEntry' -cp tmp/helloworld/classes helloworld`
/art/build/
DAndroid.common_path.mk110 …NDENCIES += $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so)
111 …ES += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so)
114 …PENDENCIES := $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
115 …CIES := $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
117 …ENCIES += $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(2ND_TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
118 … += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md15 …ugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libwrapagentpro…
18 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/800-smali/smali/
Db_21869691A.smali6 # so we can construct a class hierarchy that would have a surprising result:
20 # in C, but in the interface table, so we will find an interface method and pass ICCE checks.
23 # method. In this test, this is done in A (A < B, so processed first). The "real" call is in B.
/art/test/1958-transform-try-jit/
Dinfo.txt4 Note this test deliberately avoids any internal libart calls so it can be
/art/test/419-long-parameter/
Dinfo.txt2 on 32bits architectures. The move to hard float ABI makes it so that the
/art/test/076-boolean-put/
Dinfo.txt2 boolean field. The code as generated should not pass the verifier, so the
/art/tools/ahat/etc/
Dtest-dump.pro10 # Produce useful obfuscated stack traces so we can test useful deobfuscation

1234