Lines Matching refs:DexFile
143 static FailureKind VerifyClass(Thread* self, const DexFile* dex_file,
146 const DexFile::ClassDef* class_def,
151 const DexFile* dex_file,
154 const DexFile::ClassDef* class_def,
155 const DexFile::CodeItem* code_item, ArtMethod* method,
211 MethodVerifier(Thread* self, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, in MethodVerifier()
212 Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, in MethodVerifier()
213 const DexFile::CodeItem* code_item, uint32_t method_idx, in MethodVerifier()
237 const DexFile::CodeItem* CodeItem() const;
282 MethodVerifier(Thread* self, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache,
283 Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def,
284 const DexFile::CodeItem* code_item, uint32_t method_idx,
307 static FailureKind VerifyMethod(Thread* self, uint32_t method_idx, const DexFile* dex_file,
310 const DexFile::ClassDef* class_def_idx,
311 const DexFile::CodeItem* code_item,
701 const DexFile* const dex_file_; // The dex file containing the method.
706 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method.
707 const DexFile::CodeItem* const code_item_; // The code item containing the code for the method.