HomeSort by relevance Sort by last modified time
    Searched refs:target_dex_file (Results 1 - 14 of 14) sorted by null

  /art/compiler/
compiled_method.h 136 const DexFile* target_dex_file,
138 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file);
144 const DexFile* target_dex_file,
146 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file);
152 const DexFile* target_dex_file,
154 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file);
160 const DexFile* target_dex_file,
162 LinkerPatch patch(literal_offset, Type::kType, target_dex_file);
168 const DexFile* target_dex_file,
171 LinkerPatch patch(literal_offset, Type::kTypeRelative, target_dex_file);
    [all...]
oat_writer.cc     [all...]
  /art/compiler/optimizing/
code_generator_mips.h 569 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
572 const DexFile& target_dex_file; member in struct:art::mips::CodeGeneratorMIPS::PcRelativePatchInfo
599 : target_dex_file(dex_file), index(idx) { }
602 const DexFile& target_dex_file; member in struct:art::mips::CodeGeneratorMIPS::JitPatchInfo
code_generator_arm.h 474 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
477 const DexFile& target_dex_file; member in struct:art::arm::CodeGeneratorARM::PcRelativePatchInfo
code_generator_mips64.h 533 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
536 const DexFile& target_dex_file; member in struct:art::mips64::CodeGeneratorMIPS64::PcRelativePatchInfo
code_generator_x86.h 612 const DexFile& target_dex_file,
614 : PatchInfo(target_dex_file, target_index),
code_generator.h 585 PatchInfo(const DexFile& target_dex_file, uint32_t target_index)
586 : dex_file(target_dex_file), index(target_index) { }
    [all...]
code_generator_arm64.h 738 : target_dex_file(dex_file), offset_or_index(off_or_idx), label(), pc_insn_label() { }
740 const DexFile& target_dex_file; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo
    [all...]
code_generator_arm_vixl.h 558 : target_dex_file(dex_file), offset_or_index(off_or_idx) { }
561 const DexFile& target_dex_file; member in struct:art::arm::CodeGeneratorARMVIXL::PcRelativePatchInfo
    [all...]
code_generator_mips.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]

Completed in 261 milliseconds