HomeSort by relevance Sort by last modified time
    Searched full:libart (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /art/libart_fake/
README.md 4 A fake libart made to satisfy some misbehaving apps that will attempt to link
5 against libart.so.
fake.cc 35 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
39 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
43 LOGIT("Linking to and calling into libart.so internal functions is not supported. "
  /art/test/018-stack-overflow/
expected.txt 6 libart run.
run 22 echo "libart run."
23 ${RUN} "${@/#libartd.so/libart.so}"
  /external/icu/android_icu4j/
README.android 5 The source is compiled into core-libart alongside the resources. See the
  /frameworks/base/proto/
Android.mk 12 LOCAL_JAVA_LIBRARIES := core-oj core-libart
  /art/runtime/
code_simulator_container.cc 28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so";
30 // It is not a real error when libart-simulator does not exist, e.g., on target.
45 // Free simulator object before closing libart-simulator because destructor of
  /art/runtime/simulator/
Android.mk 27 define build-libart-simulator
48 LOCAL_MODULE := libart-simulator
77 LOCAL_SHARED_LIBRARIES += libart
101 $(eval $(call build-libart-simulator,host,ndebug))
104 $(eval $(call build-libart-simulator,host,debug))
  /art/disassembler/
Android.mk 30 define build-libart-disassembler
51 LOCAL_MODULE := libart-disassembler
80 LOCAL_SHARED_LIBRARIES += libart
104 $(eval $(call build-libart-disassembler,target,ndebug))
107 $(eval $(call build-libart-disassembler,target,debug))
111 $(eval $(call build-libart-disassembler,host,ndebug))
114 $(eval $(call build-libart-disassembler,host,debug))
  /art/test/135-MirandaDispatch/
info.txt 3 java.lang.IncompatibleClassChangeError: The method 'void Main$TheInterface.m()' was expected to be of type virtual but instead was found to be of type interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar)
  /build/kati/testcase/
sort.mk 12 echo $(sort cpplint-art-phony libart libartd libgabi++ libopenjdkjvm libopenjdkjvmd libart)
  /build/target/product/
runtime_libart.mk 27 core-libart \
37 libart \
  /art/dex2oat/
Android.mk 51 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain,art/compiler,target,ndebug,$(dex2oat_target_arch)))
84 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain libziparchive-host liblz4,art/compiler,host,ndebug,$(dex2oat_host_arch)))
86 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart libart-compiler libart $(DEX2OAT_STATIC_DEPENDENCIES),art/compiler,host,ndebug,$(dex2oat_host_arch),static))
  /art/test/055-enum-performance/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/103-string-append/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/133-static-invoke-super/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/tools/
art 43 LIBART=libart.so
51 LIBART="libartd.so"
101 -XXlib:$LIBART \
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
sample_perf_report_output.txt 8 Failed to open /system/lib/libart.so, continuing without symbols
  /art/build/
Android.common_path.mk 83 TARGET_CORE_JARS := core-oj core-libart conscrypt okhttp bouncycastle apache-xml
96 # Classpath for Jack compilation: we only need core-libart.
97 HOST_JACK_CLASSPATH_DEPENDENCIES := $(call intermediates-dir-for,JAVA_LIBRARIES,core-oj-hostdex,t,COMMON)/classes.jack $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart-hostdex,t,COMMON)/classes.jack
98 HOST_JACK_CLASSPATH := $(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-oj-hostdex,t,COMMON)/classes.jack):$(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart-hostdex,t,COMMON)/classes.jack)
99 TARGET_JACK_CLASSPATH_DEPENDENCIES := $(call intermediates-dir-for,JAVA_LIBRARIES,core-oj, ,COMMON)/classes.jack $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart, ,COMMON)/classes.jack
100 TARGET_JACK_CLASSPATH := $(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-oj, ,COMMON)/classes.jack):$(abspath $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart, ,COMMON)/classes.jack)
  /libcore/
JavaLibrary.mk 74 # We compile android_icu4j along with core-libart because we're implementing parts of core-libart
124 LOCAL_MODULE := core-libart
129 # For instrumented build, include Jacoco classes into core-libart.
155 # A guaranteed unstripped version of core-oj and core-libart. This is required for ART testing in
183 LOCAL_MODULE := core-libart-testdex
197 LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs okhttp core-junit bouncycastle mockito-target
212 LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit bouncycastle
226 LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs core-junit
237 LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs okhttp bouncycastl
    [all...]
  /art/compiler/
Android.mk 181 define build-libart-compiler
206 LOCAL_MODULE := libart-compiler
208 LOCAL_STATIC_LIBRARIES += libart liblz4 liblzma
210 LOCAL_SHARED_LIBRARIES += libart liblz4 liblzma
314 $(eval $(call build-libart-compiler,host,ndebug))
316 $(eval $(call build-libart-compiler,host,ndebug,static))
320 $(eval $(call build-libart-compiler,host,debug))
322 $(eval $(call build-libart-compiler,host,debug,static))
326 $(eval $(call build-libart-compiler,target,ndebug))
329 $(eval $(call build-libart-compiler,target,debug)
    [all...]
  /external/apache-harmony/
Android.mk 42 LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
54 LOCAL_JAVA_LIBRARIES := core-oj-hostdex core-libart-hostdex core-junit-hostdex
  /art/dexdump/
Android.mk 23 dexdump_libraries := libart
dexdump.h 20 * based on Art functions in libart instead. The output is identical to
  /art/dexlist/
Android.mk 21 dexlist_libraries := libart

Completed in 2484 milliseconds

1 2 3 4 5