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

  /art/compiler/optimizing/
code_generator_mips.h 632 PcRelativePatchInfo* NewPcRelativeStringPatch(const DexFile& dex_file,
code_generator_mips64.h 588 PcRelativePatchInfo* NewPcRelativeStringPatch(const DexFile& dex_file,
code_generator_mips64.cc 315 mips64_codegen->NewPcRelativeStringPatch(load->GetDexFile(),
336 mips64_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
338 mips64_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index, info_high);
    [all...]
code_generator_arm64.h 598 vixl::aarch64::Label* NewPcRelativeStringPatch(const DexFile& dex_file,
    [all...]
code_generator_arm_vixl.h 580 PcRelativePatchInfo* NewPcRelativeStringPatch(const DexFile& dex_file,
    [all...]
code_generator_arm64.cc 438 adrp_label_ = arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index);
442 arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index, adrp_label_);
    [all...]
code_generator_mips.cc 362 mips_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index, bss_info_high_);
385 mips_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
387 mips_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index, info_high);
    [all...]
code_generator_arm_vixl.cc 598 arm_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
    [all...]

Completed in 114 milliseconds