Lines Matching refs:DexFile
144 static FailureKind VerifyClass(const DexFile* dex_file, Handle<mirror::DexCache> dex_cache,
146 const DexFile::ClassDef* class_def,
151 const DexFile* dex_file,
154 const DexFile::ClassDef* class_def,
155 const DexFile::CodeItem* code_item,
206 MethodVerifier(const DexFile* dex_file, Handle<mirror::DexCache>* dex_cache, in MethodVerifier()
207 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def, in MethodVerifier()
208 const DexFile::CodeItem* code_item, uint32_t method_idx, mirror::ArtMethod* method, in MethodVerifier()
229 const DexFile::CodeItem* CodeItem() const;
244 MethodVerifier(const DexFile* dex_file, Handle<mirror::DexCache>* dex_cache,
245 Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def,
246 const DexFile::CodeItem* code_item, uint32_t method_idx, mirror::ArtMethod* method,
268 static FailureKind VerifyMethod(uint32_t method_idx, const DexFile* dex_file,
271 const DexFile::ClassDef* class_def_idx,
272 const DexFile::CodeItem* code_item,
653 const DexFile* const dex_file_; // The dex file containing the method.
658 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method.
659 const DexFile::CodeItem* const code_item_; // The code item containing the code for the method.