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

  /art/oatdump/
Android.mk 37 .PHONY: dump-oat
38 dump-oat: dump-oat-core dump-oat-boot
40 .PHONY: dump-oat-core
41 dump-oat-core: dump-oat-core-host dump-oat-core-target
43 .PHONY: dump-oat-core-host
45 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP
    [all...]
  /art/build/
Android.oat.mk 41 define create-core-oat-host-rules
112 $$(addprefix --dex-location=,$$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$$(PRIVATE_CORE_OAT_NAME) \
113 --oat-location=$$(PRIVATE_CORE_OAT_NAME) --image=$$(PRIVATE_CORE_IMG_NAME) \
128 endef # create-core-oat-host-rules
133 define create-core-oat-host-rule-combination
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,)
    [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_SUFFIX := .oat
52 # Core.oat locations under the out directory.
78 # Oat location of core.art.
  /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))
32 # Compile boot.oat as position-independent code if WITH_DEXPREOPT_PIC=true
43 # The rule to install boot.art and boot.oat
46 $(hide) $(ACP) -fp $(patsubst %.art,%.oat,$<) $(patsubst %.art,%.oat,$@)
58 --oat-symbols=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)LIBART_TARGET_BOOT_OAT_UNSTRIPPED) \
59 --oat-file=$(patsubst %.art,%.oat,$@) \
60 --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
65 $(dir $(2))oat/$(1)/$(basename $(notdir $(2))).odex
103 --oat-file=$(2) \
  /art/
Android.mk 22 # clean-oat rules
26 include $(art_path)/build/Android.oat.mk
30 ifneq (,$(filter clean-oat%,$(MAKECMDGOALS)))
40 .PHONY: clean-oat
41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
45 find $(OUT_DIR) -name "*.oat" -o -name "*.odex" -o -name "*.art" | xargs rm -
    [all...]
  /art/runtime/
oat_file.cc 40 #include "oat.h"
119 // this will register the oat file with the linker and allows libunwind to find our info.
140 // Another independent reason is the absolute placement of boot.oat. dlopen on the host usually
144 *error_msg = StringPrintf("Failed to open oat filename for reading: %s", strerror(errno));
383 *error_msg = StringPrintf("Invalid oat header for '%s': %s", GetLocation().c_str(),
387 const uint8_t* oat = Begin(); local
388 oat += sizeof(OatHeader);
389 if (oat > End()) {
390 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
394 oat += GetOatHeader().GetKeyValueStoreSize()
    [all...]
oat_file_assistant.cc 37 #include "oat.h"
76 // If the user gave a target oat location, save that as the cached oat
114 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path";
179 VLOG(oat) << "Oat File Assistant: No relocated oat file found,"
180 << " attempting to fall back to interpreting oat file instead.";
213 LOG(WARNING) << "Attempt to load out-of-date oat file "
220 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg
    [all...]
Android.mk 145 oat.cc \
328 oat.h \
  /external/sepolicy/
file_contexts 220 /data/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
222 /data/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
272 /mnt/expand/[^/]+/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0
274 /mnt/expand/[^/]+/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0
  /art/runtime/base/
logging.h 48 bool oat; member in struct:art::LogVerbosity
  /art/cmdline/
cmdline_parser_test.cc 265 const char* log_args = "-verbose:oat";
267 log_verbosity.oat = true;
cmdline_types.h 600 } else if (verbose_options[j] == "oat") {
601 log_verbosity.oat = true;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]

Completed in 418 milliseconds