Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.cc42 custom_slow_path_caller_saves_(RegisterSet::Empty()) { in LocationSummary()
Dlocations.h609 custom_slow_path_caller_saves_ = caller_saves; in SetCustomSlowPathCallerSaves()
618 return custom_slow_path_caller_saves_; in GetCustomSlowPathCallerSaves()
708 RegisterSet custom_slow_path_caller_saves_; variable