Home
last modified time | relevance | path

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

1234

/art/tools/
Dpublic.libraries.buildbot.txt1 libart.so
2 libartd.so
3 libdexfile.so
4 libdexfiled.so
5 libbacktrace.so
6 libc.so
7 libc++.so
8 libdl.so
9 libm.so
10 libnativehelper.so
Drun-libjdwp-tests.sh77 args+=(-Xplugin:libopenjdkjvmtid.so)
79 args+=(-Xplugin:libopenjdkjvmti.so)
Drun-prebuilt-libjdwp-tests.sh30 jdwp_path=${ANDROID_JAVA_HOME}/jre/lib/amd64/libjdwp.so
85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
Dart23 LIBART=libart.so
81 -d Use the debug ART library (libartd.so).
208 # On a real device, it might only have a boot.art, so use that instead when core.art does not exist.
278 LIBART="libartd.so"
287 LIBART="libartd.so"
370 # Replace the compiler filter with quicken so that we
392 # Wipe dalvik-cache so that a subsequent run_art must regenerate it.
396 # Append arguments so next invocation of run_art uses the profile.
414 # Perf output is placed under $ANDROID_DATA so not cleaned when perf options used.
/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/test/909-attach-agent/
Drun17 plugin=libopenjdkjvmtid.so
18 agent=libtiagentd.so
20 agent=libtiagent.so
21 plugin=libopenjdkjvmti.so
/art/tools/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/build/
DAndroid.common_path.mk95 …NDENCIES += $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so)
96 …ES += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so)
99 …PENDENCIES := $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
100 …CIES := $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
102 …ENCIES += $(foreach lib,$(ART_CORE_SHARED_LIBRARIES), $(2ND_TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
103 … += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
/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/900-hello-plugin/
Drun17 plugin=libartagentd.so
19 plugin=libartagent.so
/art/tools/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/test/etc/
Drun-test-jar475 plugin=libopenjdkjvmtid.so
477 plugin=libopenjdkjvmti.so
486 agent=libtiagentd.so
489 agent=libtiagent.so
502 agent=libtistressd.so
504 agent=libtistress.so
852 …PUBLIC_LIBS=libart.so:libartd.so:libc++.so:libbacktrace.so:libdexfile.so:libdexfiled.so:libbase.so
/art/tools/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/libart_fake/
DREADME.md5 against libart.so.
DAndroid.mk21 LOCAL_INSTALLED_MODULE_STEM := libart.so
/art/test/076-boolean-put/
Dinfo.txt2 boolean field. The code as generated should not pass the verifier, so the
/art/test/419-long-parameter/
Dinfo.txt2 on 32bits architectures. The move to hard float ABI makes it so that the
/art/tools/ahat/etc/
Dtest-dump.pro10 # Produce useful obfuscated stack traces so we can test useful deobfuscation
/art/runtime/interpreter/mterp/x86/
Dop_aget.S14 je common_errNullObject # bail if so
Dop_aput.S14 je common_errNullObject # bail if so
Dop_aput_wide.S11 je common_errNullObject # bail if so
/art/test/939-hello-transformation-bcp/
Dinfo.txt5 so that the CLASS_BYTES and DEX_BYTES fields contain dex/class bytes for an
/art/runtime/interpreter/mterp/x86_64/
Dop_aput.S14 je common_errNullObject # bail if so
Dop_aget.S14 je common_errNullObject # bail if so

1234