Searched defs:dex (Results 1 - 3 of 3) sorted by relevance

/art/build/
H A DAndroid.common_test.mk137 # Create a build rule to create the dex file for a test.
138 # $(1): module prefix, e.g. art-test-dex
144 define build-art-test-dex
/art/compiler/driver/
H A Dcompiler_driver_test.cc109 const DexFile* dex = java_lang_dex_file_; local
110 mirror::DexCache* dex_cache = class_linker_->FindDexCache(*dex);
111 EXPECT_EQ(dex->NumStringIds(), dex_cache->NumStrings());
116 EXPECT_EQ(dex->NumTypeIds(), dex_cache->NumResolvedTypes());
120 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));
122 EXPECT_EQ(dex->NumMethodIds(), dex_cache->NumResolvedMethods());
126 << " " << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i))
127 << " " << dex
[all...]
/art/runtime/
H A Ddex_file.h379 // For .dex files, this is the header checksum.
380 // For zip files, this is the classes.dex zip entry CRC32 checksum.
384 // Opens .dex files found in the container, guessing the container format based on file extension.
388 // Opens .dex file, backed by existing memory
396 // Open all classesXXX.dex files from a zip archive.
400 // Closes a .dex file.
407 // For normal dex files, location and base location coincide. If a dex file is part of a multidex
409 // classes*.dex path.
428 // For DexFiles directly from .dex file
1047 Signature(const DexFile* dex, const DexFile::ProtoId& proto) argument
[all...]

Completed in 157 milliseconds