Searched defs:NewMethodBssEntryPatch (Results 1 - 4 of 4) sorted by path

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc4465 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(target_method);
4469 NewMethodBssEntryPatch(target_method, adrp_label);
4569 vixl::aarch64::Label* CodeGeneratorARM64::NewMethodBssEntryPatch( function in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm_vixl.cc8905 PcRelativePatchInfo* labels = NewMethodBssEntryPatch(
9007 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewMethodBssEntryPatch( function in class:art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1640 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewMethodBssEntryPatch( function in class:art::mips::CodeGeneratorMIPS
7839 PcRelativePatchInfo* info_high = NewMethodBssEntryPatch(
7841 PcRelativePatchInfo* info_low = NewMethodBssEntryPatch(
H A Dcode_generator_mips64.cc1552 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewMethodBssEntryPatch( function in class:art::mips64::CodeGeneratorMIPS64
5930 PcRelativePatchInfo* info_high = NewMethodBssEntryPatch(
5932 PcRelativePatchInfo* info_low = NewMethodBssEntryPatch(

Completed in 78 milliseconds