Searched refs:DeduplicateMethodLiteral (Results 1 – 4 of 4) sorted by relevance
541 Literal* DeduplicateMethodLiteral(MethodReference target_method, MethodToLiteralMap* map);
595 vixl::Literal<uint64_t>* DeduplicateMethodLiteral(MethodReference target_method,
3868 vixl::Literal<uint64_t>* CodeGeneratorARM64::DeduplicateMethodLiteral( in DeduplicateMethodLiteral() function in art::arm64::CodeGeneratorARM643878 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()3883 return DeduplicateMethodLiteral(target_method, &call_patches_); in DeduplicateMethodCodeLiteral()
6578 Literal* CodeGeneratorARM::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral() function in art::arm::CodeGeneratorARM6586 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()6590 return DeduplicateMethodLiteral(target_method, &call_patches_); in DeduplicateMethodCodeLiteral()