Searched refs:so (Results 1 – 25 of 77) sorted by relevance
1234
/art/tools/ |
D | public.libraries.buildbot.txt | 1 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
|
D | run-libjdwp-tests.sh | 77 args+=(-Xplugin:libopenjdkjvmtid.so) 79 args+=(-Xplugin:libopenjdkjvmti.so)
|
D | run-prebuilt-libjdwp-tests.sh | 30 jdwp_path=${ANDROID_JAVA_HOME}/jre/lib/amd64/libjdwp.so 85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
|
D | art | 23 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/ |
D | run | 23 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/ |
D | run | 17 plugin=libopenjdkjvmtid.so 18 agent=libtiagentd.so 20 agent=libtiagent.so 21 plugin=libopenjdkjvmti.so
|
/art/tools/titrace/ |
D | README.md | 12 …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/ |
D | Android.common_path.mk | 95 …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/ |
D | SoCode.md | 4 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/ |
D | run | 17 plugin=libartagentd.so 19 plugin=libartagent.so
|
/art/tools/breakpoint-logger/ |
D | README.md | 35 > `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/ |
D | run-test-jar | 475 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/ |
D | README.md | 15 …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/ |
D | b_21869691A.smali | 6 # 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/ |
D | README.md | 5 against libart.so.
|
D | Android.mk | 21 LOCAL_INSTALLED_MODULE_STEM := libart.so
|
/art/test/076-boolean-put/ |
D | info.txt | 2 boolean field. The code as generated should not pass the verifier, so the
|
/art/test/419-long-parameter/ |
D | info.txt | 2 on 32bits architectures. The move to hard float ABI makes it so that the
|
/art/tools/ahat/etc/ |
D | test-dump.pro | 10 # Produce useful obfuscated stack traces so we can test useful deobfuscation
|
/art/runtime/interpreter/mterp/x86/ |
D | op_aget.S | 14 je common_errNullObject # bail if so
|
D | op_aput.S | 14 je common_errNullObject # bail if so
|
D | op_aput_wide.S | 11 je common_errNullObject # bail if so
|
/art/test/939-hello-transformation-bcp/ |
D | info.txt | 5 so that the CLASS_BYTES and DEX_BYTES fields contain dex/class bytes for an
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_aput.S | 14 je common_errNullObject # bail if so
|
D | op_aget.S | 14 je common_errNullObject # bail if so
|
1234