Home
last modified time | relevance | path

Searched refs:DeduplicateMethodLiteral (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.h541 Literal* DeduplicateMethodLiteral(MethodReference target_method, MethodToLiteralMap* map);
Dcode_generator_arm64.h595 vixl::Literal<uint64_t>* DeduplicateMethodLiteral(MethodReference target_method,
Dcode_generator_arm64.cc3868 vixl::Literal<uint64_t>* CodeGeneratorARM64::DeduplicateMethodLiteral( in DeduplicateMethodLiteral() function in art::arm64::CodeGeneratorARM64
3878 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()
3883 return DeduplicateMethodLiteral(target_method, &call_patches_); in DeduplicateMethodCodeLiteral()
Dcode_generator_arm.cc6578 Literal* CodeGeneratorARM::DeduplicateMethodLiteral(MethodReference target_method, in DeduplicateMethodLiteral() function in art::arm::CodeGeneratorARM
6586 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()
6590 return DeduplicateMethodLiteral(target_method, &call_patches_); in DeduplicateMethodCodeLiteral()