Home
last modified time | relevance | path

Searched refs:core (Results 1 – 22 of 22) sorted by relevance

/art/oatdump/
DAndroid.mk30 dump-oat: dump-oat-core dump-oat-boot
32 .PHONY: dump-oat-core
33 dump-oat-core: dump-oat-core-host dump-oat-core-target
35 .PHONY: dump-oat-core-host
37 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP)
38 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
39 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
42 .PHONY: dump-oat-core-target-$(TARGET_ARCH)
44 dump-oat-core-target-$(TARGET_ARCH): $(TARGET_CORE_IMAGE_DEFAULT_$(ART_PHONY_TEST_TARGET_SUFFIX)) $…
46 …--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_AR…
[all …]
/art/test/674-hiddenapi/
Dhiddenapi-flags.csv1 LNullaryConstructorBlacklistAndCorePlatformApi;-><init>()V,blacklist,core-platform-api
5 LParentClass;->fieldPackageBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
9 LParentClass;->fieldPackageStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
13 LParentClass;->fieldPrivateBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
17 LParentClass;->fieldPrivateStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
21 LParentClass;->fieldProtectedBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
25 LParentClass;->fieldProtectedStaticBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
29 LParentClass;->fieldPublicBlacklistAndCorePlatformApiB:I,blacklist,core-platform-api
30 LParentClass;->fieldPublicBlacklistAndCorePlatformApi:I,blacklist,core-platform-api
37 LParentClass;->fieldPublicStaticBlacklistAndCorePlatformApiB:I,blacklist,core-platform-api
[all …]
/art/build/
DAndroid.common_path.mk39 TARGET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$(DEX2OAT_TARGET_ARCH)/core.oat
41 …GET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core.oat
47 HOST_CORE_OAT_OUT_BASE := $(HOST_OUT_JAVA_LIBRARIES)/$(ART_HOST_ARCH)/core
49 2ND_HOST_CORE_OAT_OUT_BASE := $(HOST_OUT_JAVA_LIBRARIES)/$(2ND_ART_HOST_ARCH)/core
52 TARGET_CORE_OAT_OUT_BASE := $(ART_TARGET_TEST_OUT)/$(DEX2OAT_TARGET_ARCH)/core
54 …ORE_OAT_OUT_BASE := $(ART_TARGET_TEST_OUT)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core
61 HOST_CORE_IMG_OUT_BASE := $(HOST_OUT_JAVA_LIBRARIES)/$(ART_HOST_ARCH)/core
63 2ND_HOST_CORE_IMG_OUT_BASE := $(HOST_OUT_JAVA_LIBRARIES)/$(2ND_ART_HOST_ARCH)/core
66 TARGET_CORE_IMG_OUT_BASE := $(ART_TARGET_TEST_OUT)/$(DEX2OAT_TARGET_ARCH)/core
68 …ORE_IMG_OUT_BASE := $(ART_TARGET_TEST_OUT)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core
[all …]
DAndroid.oat.mk42 define create-core-oat-host-rules
65 core_image_location := $(HOST_OUT_JAVA_LIBRARIES)/core$$(core_infix)$(CORE_IMG_SUFFIX)
101 --no-inline-from=core-oj-hostdex.jar \
123 --no-inline-from=core-oj-hostdex.jar \
137 define create-core-oat-host-rule-combination
138 $(call create-core-oat-host-rules,$(1),)
141 $(call create-core-oat-host-rules,$(1),2ND_)
145 $(eval $(call create-core-oat-host-rule-combination,optimizing))
146 $(eval $(call create-core-oat-host-rule-combination,interpreter))
147 $(eval $(call create-core-oat-host-rule-combination,interp-ac))
[all …]
/art/build/sdk/
DAndroid.bp20 "art-module-intra-core-api-stubs-system-modules",
42 "core-compat-test-rules",
43 "core-test-rules",
44 "core-tests-support",
/art/tools/veridex/
Dappcompat.sh29 --core-stubs=${SCRIPT_DIR}/system-stubs.zip:${SCRIPT_DIR}/org.apache.http.legacy-stubs.zip \
79 …--core-stubs=${PACKAGING}/core_dex_intermediates/classes.dex:${PACKAGING}/oahl_dex_intermediates/c…
/art/tools/
Dart62 1) Not having core.art available (see $ANDROID_BUILD_TOP/art/Android.mk).
64 …2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)
154 # Attempt to find $ANDROID_ROOT/framework/<isa>/core.art' without knowing what <isa> is.
168 # Automatically find the boot image location. It uses core.art by default.
169 # On a real device, it might only have a boot.art, so use that instead when core.art does not exist.
172 local image_location_name="core.art"
174 # If there are no existing core.art, try to find boot.art.
177 if ! check_if_boot_image_file_exists "$image_location_dir" "core.art" && \
530 if [[ "$DEX2OAT_BOOT_IMAGE" = *core*.art && "$DEX2OAT_BCP" = "" ]]; then
532 # because that's what we use for compiling the core.art image.
[all …]
Djavac-helper.sh65 --core-only)
Dbootjars.sh36 --core)
/art/test/
DAndroid.run-test.mk106 define core-image-dependencies
139 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size)))))))
167 core-image-dependencies :=
DREADME.md67 some test Dex files and core images.
/art/test/135-MirandaDispatch/
Dinfo.txt3 …n of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework/core-libart-hostdex.jar)
/art/libnativebridge/
DAndroid.bp69 "//frameworks/base/core/jni",
/art/test/121-modifiers/
Dinfo.txt5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
/art/libnativeloader/
DAndroid.bp61 "//frameworks/base/core/jni",
/art/test/etc/
Ddefault-build259 "$ANDROID_BUILD_TOP/art/tools/javac-helper.sh" --core-only $helper_args ${JAVAC_ARGS} "$@"
271 … local boot_class_path_list=$($ANDROID_BUILD_TOP/art/tools/bootjars.sh --$BUILD_MODE --core --path)
/art/build/apex/
DAndroid.bp141 "core-oj",
142 "core-libart",
143 "core-icu4j",
149 // Native libraries that support the core Java libraries.
Dld.config.txt34 # Keep in sync with the "art" namespace in system/core/rootdir/etc/ld.config*.txt.
68 # in sync with linker config files in system/core/rootdir/etc.
118 # Keep in sync with the "conscrypt" namespace in system/core/rootdir/etc/ld.config*.txt.
/art/test/510-checker-try-catch/smali/
DRuntime.smali25 # Test register allocation of 32-bit core intervals crossing catch block positions.
58 # Test register allocation of 64-bit core intervals crossing catch block positions.
211 # Test catch-phi runtime support for 32-bit values stored in core registers.
249 # Test catch-phi runtime support for 64-bit values stored in core registers.
256 # Note: values will be spilled on x86 because of too few callee-save core registers.
/art/compiler/optimizing/
Dlocations.h482 RegisterSet(uint32_t core, uint32_t fp) : core_registers_(core), floating_point_registers_(fp) {} in RegisterSet() argument
/art/runtime/
Druntime_options.def186 // This is set to true in frameworks/base/core/jni/AndroidRuntime.cpp.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2156 push {r0-r4, r9, ip, lr} @ save return address, core caller-save registers and ip