Lines Matching full:dexfile
100 if (!DexFile::GetChecksum(dex_location, &dex_location_checksum)) {
109 const DexFile* dex_file;
126 static const DexFile* toDexFile(int dex_file_address) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
127 const DexFile* dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>(dex_file_address));
135 const DexFile* dex_file;
152 const DexFile* dex_file = toDexFile(cookie);
163 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str());
178 const DexFile* dex_file;
189 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
218 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath();
241 if (!DexFile::GetChecksum(filename.c_str(), &location_checksum)) {
291 if (!DexFile::GetChecksum(filename.c_str(), &location_checksum)) {
310 NATIVE_METHOD(DexFile, closeDexFile, "(I)V"),
311 NATIVE_METHOD(DexFile, defineClassNative, "(Ljava/lang/String;Ljava/lang/ClassLoader;I)Ljava/lang/Class;"),
312 NATIVE_METHOD(DexFile, getClassNameList, "(I)[Ljava/lang/String;"),
313 NATIVE_METHOD(DexFile, isDexOptNeeded, "(Ljava/lang/String;)Z"),
314 NATIVE_METHOD(DexFile, openDexFileNative, "(Ljava/lang/String;Ljava/lang/String;I)I"),
318 REGISTER_NATIVE_METHODS("dalvik/system/DexFile");