Searched refs:ArmUseRelativeCall (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc614 static bool ArmUseRelativeCall(CompilationUnit* cu, const MethodReference& target_method) { function in namespace:art
652 } else if (ArmUseRelativeCall(cu, target_method)) {
689 } else if (ArmUseRelativeCall(cu, target_method)) {
751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) &&

Completed in 668 milliseconds