Lines Matching refs:dex_file
187 void AddRequiresConstructorBarrier(Thread* self, const DexFile* dex_file,
189 bool RequiresConstructorBarrier(Thread* self, const DexFile* dex_file, uint16_t class_def_index);
193 bool CanAssumeTypeIsPresentInDexCache(const DexFile& dex_file, uint32_t type_idx);
195 bool CanAssumeStringIsPresentInDexCache(const DexFile& dex_file, uint32_t string_idx)
199 bool CanAccessTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file,
206 bool CanAccessInstantiableTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file,
210 bool CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx,
321 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
325 void AddCodePatch(const DexFile* dex_file,
334 void AddRelativeCodePatch(const DexFile* dex_file,
344 void AddMethodPatch(const DexFile* dex_file,
353 void AddClassPatch(const DexFile* dex_file,
442 PatchInformation(const DexFile* dex_file, in PatchInformation() argument
446 : dex_file_(dex_file), in PatchInformation()
491 CallPatchInformation(const DexFile* dex_file, in CallPatchInformation() argument
499 : PatchInformation(dex_file, referrer_class_def_idx, in CallPatchInformation()
527 RelativeCallPatchInformation(const DexFile* dex_file, in RelativeCallPatchInformation() argument
536 : CallPatchInformation(dex_file, referrer_class_def_idx, in RelativeCallPatchInformation()
562 TypePatchInformation(const DexFile* dex_file, in TypePatchInformation() argument
567 : PatchInformation(dex_file, referrer_class_def_idx, in TypePatchInformation()
658 void ResolveDexFile(jobject class_loader, const DexFile& dex_file,
665 void VerifyDexFile(jobject class_loader, const DexFile& dex_file,
672 void SetVerifiedDexFile(jobject class_loader, const DexFile& dex_file,
680 void InitializeClasses(jobject class_loader, const DexFile& dex_file,
691 void CompileDexFile(jobject class_loader, const DexFile& dex_file,
697 jobject class_loader, const DexFile& dex_file,
758 jobject class_loader, const DexFile& dex_file,