Home
last modified time | relevance | path

Searched refs:NewMethodBssEntryPatch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.h627 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method,
Dcode_generator_mips64.h597 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method,
Dcode_generator_arm64.h597 vixl::aarch64::Label* NewMethodBssEntryPatch(MethodReference target_method,
Dcode_generator_arm_vixl.h584 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method);
Dcode_generator_mips64.cc1601 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewMethodBssEntryPatch( in NewMethodBssEntryPatch() function in art::mips64::CodeGeneratorMIPS64
6108 PcRelativePatchInfo* info_high = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall()
6110 PcRelativePatchInfo* info_low = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall()
Dcode_generator_mips.cc1674 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewMethodBssEntryPatch( in NewMethodBssEntryPatch() function in art::mips::CodeGeneratorMIPS
8017 PcRelativePatchInfo* info_high = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall()
8019 PcRelativePatchInfo* info_low = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall()
Dcode_generator_arm_vixl.cc8721 PcRelativePatchInfo* labels = NewMethodBssEntryPatch( in GenerateStaticOrDirectCall()
8838 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewMethodBssEntryPatch( in NewMethodBssEntryPatch() function in art::arm::CodeGeneratorARMVIXL