Searched refs:dex (Results 26 - 28 of 28) sorted by relevance

12

/art/
H A DAndroid.mk301 OUT_OAT_FILE := $(call dalvik-cache-out,$(1)/classes.dex)
320 --boot-image=$(DEFAULT_DEX_PREOPT_BUILT_IMAGE) --dex-file=$(PRODUCT_OUT)/$(1) \
321 --dex-location=/$(1) --oat-file=$$@ \
/art/runtime/
H A Ddex_file.h381 // For .dex files, this is the header checksum.
382 // For zip files, this is the classes.dex zip entry CRC32 checksum.
386 // Opens .dex files found in the container, guessing the container format based on file extension.
390 // Opens .dex file, backed by existing memory
399 // Open all classesXXX.dex files from a zip archive.
403 // Closes a .dex file.
410 // For normal dex files, location and base location coincide. If a dex file is part of a multidex
412 // classes*.dex path.
431 // For DexFiles directly from .dex file
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) argument
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S715 * Entry from managed code when dex cache misses for a type_idx.
729 * Entry from managed code when type_idx needs to be checked for access and dex cache may also
999 * dex method index.

Completed in 93 milliseconds

12