Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h626 current_slow_path_(nullptr), in CodeGenerator()
684 return current_slow_path_; in GetCurrentSlowPath()
745 SlowPathCode* current_slow_path_; variable
Dcode_generator.cc215 current_slow_path_ = slow_path; in GenerateSlowPaths()
226 current_slow_path_ = nullptr; in GenerateSlowPaths()