Lines Matching refs:dex_file

9238       target_method.dex_file, target_method.index, &boot_image_method_patches_);  in NewBootImageMethodPatch()
9244 target_method.dex_file, target_method.index, &method_bss_entry_patches_); in NewMethodBssEntryPatch()
9248 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch() argument
9249 return NewPcRelativePatch(&dex_file, type_index.index_, &boot_image_type_patches_); in NewBootImageTypePatch()
9253 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch() argument
9254 return NewPcRelativePatch(&dex_file, type_index.index_, &type_bss_entry_patches_); in NewTypeBssEntryPatch()
9258 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch() argument
9259 return NewPcRelativePatch(&dex_file, string_index.index_, &boot_image_string_patches_); in NewBootImageStringPatch()
9263 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch() argument
9264 return NewPcRelativePatch(&dex_file, string_index.index_, &string_bss_entry_patches_); in NewStringBssEntryPatch()
9268 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch() argument
9269 patches->emplace_back(dex_file, offset_or_index); in NewPcRelativePatch()
9305 const DexFile& dex_file, in DeduplicateJitStringLiteral() argument
9308 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral()
9310 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral()
9316 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitClassLiteral(const DexFile& dex_file, in DeduplicateJitClassLiteral() argument
9319 ReserveJitClassRoot(TypeReference(&dex_file, type_index), handle); in DeduplicateJitClassLiteral()
9321 TypeReference(&dex_file, type_index), in DeduplicateJitClassLiteral()
9357 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_; in AllocateInstanceForIntrinsic()
9358 PcRelativePatchInfo* labels = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic()
9372 const DexFile* dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches() local
9379 linker_patches->push_back(Factory(movw_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches()
9383 linker_patches->push_back(Factory(movt_offset, dex_file, add_pc_offset, offset_or_index)); in EmitPcRelativeLinkerPatches()