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

  /art/compiler/optimizing/
code_generator_mips.cc 317 mips_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
    [all...]
code_generator_mips64.cc 264 mips64_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
    [all...]
code_generator_arm64.cc 435 adrp_label_ = arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index);
439 arm64_codegen->NewPcRelativeStringPatch(dex_file, string_index, adrp_label_);
    [all...]
code_generator_arm.cc 500 arm_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
    [all...]
code_generator_arm_vixl.cc 527 arm_codegen->NewPcRelativeStringPatch(load->GetDexFile(), string_index);
    [all...]

Completed in 67 milliseconds