Searched refs:DeduplicateMethodLiteral (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h620 Literal* DeduplicateMethodLiteral(MethodReference target_method, MethodToLiteralMap* map);
H A Dcode_generator_mips.h634 Literal* DeduplicateMethodLiteral(MethodReference target_method, MethodToLiteralMap* map);
H A Dcode_generator_mips64.h588 Literal* DeduplicateMethodLiteral(MethodReference target_method, MethodToLiteralMap* map);
H A Dcode_generator_arm64.h730 vixl::aarch64::Literal<uint64_t>* DeduplicateMethodLiteral(MethodReference target_method,
H A Dcode_generator_arm_vixl.h717 VIXLUInt32Literal* DeduplicateMethodLiteral(MethodReference target_method,
H A Dcode_generator_arm64.cc4774 vixl::aarch64::Literal<uint64_t>* CodeGeneratorARM64::DeduplicateMethodLiteral(
H A Dcode_generator_mips64.cc1527 Literal* CodeGeneratorMIPS64::DeduplicateMethodLiteral(MethodReference target_method, function in class:CodeGeneratorMIPS64
H A Dcode_generator_arm.cc8497 Literal* CodeGeneratorARM::DeduplicateMethodLiteral(MethodReference target_method,
H A Dcode_generator_arm_vixl.cc8635 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateMethodLiteral(
H A Dcode_generator_mips.cc1640 Literal* CodeGeneratorMIPS::DeduplicateMethodLiteral(MethodReference target_method, function in class:art::CodeGeneratorMIPS

Completed in 205 milliseconds