Searched refs:call_patches_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h561 MethodToLiteralMap call_patches_; member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h639 MethodToLiteralMap call_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm64.cc915 call_patches_(MethodReferenceComparator(),
3805 call_patches_.size() +
3819 for (const auto& entry : call_patches_) {
3885 return DeduplicateMethodLiteral(target_method, &call_patches_);
H A Dcode_generator_arm.cc786 call_patches_(MethodReferenceComparator(),
6485 call_patches_.size() +
6501 for (const auto& entry : call_patches_) {
6592 return DeduplicateMethodLiteral(target_method, &call_patches_);

Completed in 30 milliseconds