HomeSort by relevance Sort by last modified time
    Searched refs:oat (Results 1 - 10 of 10) sorted by null

  /art/oatdump/
Android.mk 48 .PHONY: dump-oat
49 dump-oat: dump-oat-core dump-oat-boot
51 .PHONY: dump-oat-core
52 dump-oat-core: dump-oat-core-host dump-oat-core-target
54 .PHONY: dump-oat-core-host
56 dump-oat-core-host: $(HOST_CORE_IMG_OUT) $(OATDUMP
    [all...]
  /art/build/
Android.oat.mk 28 define create-core-oat-host-rules
34 $$(addprefix --dex-location=,$$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$$($(1)HOST_CORE_OAT_OUT) \
35 --oat-location=$$($(1)HOST_CORE_OAT) --image=$$($(1)HOST_CORE_IMG_OUT) \
44 endef # create-core-oat-host-rules
46 $(eval $(call create-core-oat-host-rules,))
48 $(eval $(call create-core-oat-host-rules,2ND_))
51 define create-core-oat-target-rules
57 $$(addprefix --dex-location=,$$(TARGET_CORE_DEX_LOCATIONS)) --oat-file=$$($(1)TARGET_CORE_OAT_OUT) \
58 --oat-location=$$($(1)TARGET_CORE_OAT) --image=$$($(1)TARGET_CORE_IMG_OUT) \
67 endef # create-core-oat-target-rule
    [all...]
Android.common_path.mk 33 # Directory used for oat tests on device.
44 # Core.oat location on the device.
45 TARGET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$(DEX2OAT_TARGET_ARCH)/core.oat
47 2ND_TARGET_CORE_OAT := $(ART_TARGET_TEST_DIR)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core.oat
50 # Core.oat locations under the out directory.
51 HOST_CORE_OAT_OUT := $(HOST_OUT_JAVA_LIBRARIES)/$(ART_HOST_ARCH)/core.oat
53 2ND_HOST_CORE_OAT_OUT := $(HOST_OUT_JAVA_LIBRARIES)/$(2ND_ART_HOST_ARCH)/core.oat
55 TARGET_CORE_OAT_OUT := $(ART_TARGET_TEST_OUT)/$(DEX2OAT_TARGET_ARCH)/core.oat
57 2ND_TARGET_CORE_OAT_OUT := $(ART_TARGET_TEST_OUT)/$($(TARGET_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH)/core.oat
70 # Oat location of core.art
    [all...]
  /build/core/
dex_preopt_libart_boot.mk 27 # The .oat with symbols
28 $(my_2nd_arch_prefix)LIBART_TARGET_BOOT_OAT_UNSTRIPPED := $(TARGET_OUT_UNSTRIPPED)$(patsubst %.art,%.oat,$($(my_2nd_arch_prefix)LIBART_BOOT_IMAGE_FILENAME))
35 # Compile boot.oat as position-independent code if WITH_DEXPREOPT_PIC=true
46 # The rule to install boot.art and boot.oat
49 $(hide) $(ACP) -fp $(patsubst %.art,%.oat,$<) $(patsubst %.art,%.oat,$@)
61 --oat-symbols=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)LIBART_TARGET_BOOT_OAT_UNSTRIPPED) \
62 --oat-file=$(patsubst %.art,%.oat,$@) \
63 --oat-location=$(patsubst %.art,%.oat,$($(PRIVATE_2ND_ARCH_VAR_PREFIX)LIBART_BOOT_IMAGE_FILENAME))
    [all...]
dex_preopt_libart.mk 11 DEX2OAT_DEPENDENCY := art/runtime/oat.cc # dependency on oat version number
96 --oat-file=$(2) \
dex_preopt_odex_install.mk 36 # if module oat file requested in data, disable LOCAL_DEX_PREOPT, will default location to dalvik-cache
  /art/runtime/
oat_file.cc 29 #include "oat.h"
92 *error_msg = StringPrintf("Failed to open oat filename for reading: %s", strerror(errno));
234 *error_msg = StringPrintf("Invalid oat magic for '%s'", GetLocation().c_str());
237 const byte* oat = Begin(); local
238 oat += sizeof(OatHeader);
239 if (oat > End()) {
240 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
244 oat += GetOatHeader().GetKeyValueStoreSize();
245 if (oat > End()) {
246 *error_msg = StringPrintf("In oat file '%s' found truncated variable-size data:
    [all...]
Android.mk 132 oat.cc \
313 oat.h \
  /art/
Android.mk 22 # clean-oat rules
28 ifneq (,$(filter clean-oat,$(MAKECMDGOALS)))
31 ifneq (,$(filter clean-oat-host,$(MAKECMDGOALS)))
34 ifneq (,$(filter clean-oat-target,$(MAKECMDGOALS)))
38 .PHONY: clean-oat
39 clean-oat: clean-oat-host clean-oat-target
41 .PHONY: clean-oat-host
42 clean-oat-host
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]

Completed in 240 milliseconds