Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.cc37 has_custom_slow_path_calling_convention_(false), in LocationSummary()
Dlocations.h608 has_custom_slow_path_calling_convention_ = true; in SetCustomSlowPathCallerSaves()
613 return has_custom_slow_path_calling_convention_; in HasCustomSlowPathCallingConvention()
692 bool has_custom_slow_path_calling_convention_; variable