Home
last modified time | relevance | path

Searched refs:target_dex_file (Results 1 – 14 of 14) sorted by relevance

/art/compiler/
Dcompiled_method.h136 const DexFile* target_dex_file, in MethodPatch() argument
138 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file); in MethodPatch()
144 const DexFile* target_dex_file, in CodePatch() argument
146 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file); in CodePatch()
152 const DexFile* target_dex_file, in RelativeCodePatch() argument
154 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file); in RelativeCodePatch()
160 const DexFile* target_dex_file, in TypePatch() argument
162 LinkerPatch patch(literal_offset, Type::kType, target_dex_file); in TypePatch()
168 const DexFile* target_dex_file, in RelativeTypePatch() argument
171 LinkerPatch patch(literal_offset, Type::kTypeRelative, target_dex_file); in RelativeTypePatch()
[all …]
Doat_writer.cc1430 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() argument
1432 return (target_dex_file == dex_file_) in GetDexCache()
1434 : class_linker_->FindDexCache(Thread::Current(), *target_dex_file); in GetDexCache()
/art/compiler/optimizing/
Dcode_generator_mips.h569 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo()
572 const DexFile& target_dex_file; member
599 : target_dex_file(dex_file), index(idx) { } in JitPatchInfo()
602 const DexFile& target_dex_file; member
Dcode_generator_x86.h612 const DexFile& target_dex_file, in X86PcRelativePatchInfo()
614 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
Dcode_generator_mips64.h533 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo()
536 const DexFile& target_dex_file; member
Dcode_generator_arm.h474 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo()
477 const DexFile& target_dex_file; member
Dcode_generator.h585 PatchInfo(const DexFile& target_dex_file, uint32_t target_index) in PatchInfo()
586 : dex_file(target_dex_file), index(target_index) { } in PatchInfo()
Dcode_generator_arm64.h738 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { } in PcRelativePatchInfo()
740 const DexFile& target_dex_file; member
Dcode_generator_arm_vixl.h558 : target_dex_file(dex_file), offset_or_index(off_or_idx) { } in PcRelativePatchInfo()
561 const DexFile& target_dex_file; member
Dcode_generator_mips.cc1550 const DexFile& dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches()
1742 const auto& it = jit_string_roots_.find(StringReference(&info.target_dex_file, in EmitJitRootPatches()
1748 const auto& it = jit_class_roots_.find(TypeReference(&info.target_dex_file, in EmitJitRootPatches()
Dcode_generator_arm64.cc4705 &info.target_dex_file, in EmitPcRelativeLinkerPatches()
4724 &info.target_dex_file, in EmitLinkerPatches()
Dcode_generator_mips64.cc1436 const DexFile& dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches()
Dcode_generator_arm.cc8431 const DexFile& dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches()
Dcode_generator_arm_vixl.cc8565 const DexFile& dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches()