Home
last modified time | relevance | path

Searched refs:has_custom_slow_path_calling_convention_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dlocations.h625 has_custom_slow_path_calling_convention_ = true; in SetCustomSlowPathCallerSaves()
630 return has_custom_slow_path_calling_convention_; in HasCustomSlowPathCallingConvention()
709 bool has_custom_slow_path_calling_convention_; variable
H A Dlocations.cc37 has_custom_slow_path_calling_convention_(false), in LocationSummary()