Lines Matching refs:linker_patches
6671 ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitPcRelativeLinkerPatches() argument
6673 linker_patches->push_back(Factory(__ GetLabelLocation(&info.label), in EmitPcRelativeLinkerPatches()
6689 void CodeGeneratorRISCV64::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches() argument
6690 DCHECK(linker_patches->empty()); in EmitLinkerPatches()
6703 linker_patches->reserve(size); in EmitLinkerPatches()
6706 boot_image_method_patches_, linker_patches); in EmitLinkerPatches()
6708 boot_image_type_patches_, linker_patches); in EmitLinkerPatches()
6710 boot_image_string_patches_, linker_patches); in EmitLinkerPatches()
6719 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
6722 boot_image_other_patches_, linker_patches); in EmitLinkerPatches()
6724 app_image_type_patches_, linker_patches); in EmitLinkerPatches()
6727 method_bss_entry_patches_, linker_patches); in EmitLinkerPatches()
6729 type_bss_entry_patches_, linker_patches); in EmitLinkerPatches()
6731 public_type_bss_entry_patches_, linker_patches); in EmitLinkerPatches()
6733 package_type_bss_entry_patches_, linker_patches); in EmitLinkerPatches()
6735 string_bss_entry_patches_, linker_patches); in EmitLinkerPatches()
6737 boot_image_jni_entrypoint_patches_, linker_patches); in EmitLinkerPatches()
6738 DCHECK_EQ(size, linker_patches->size()); in EmitLinkerPatches()