Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h696 return current_slow_path_; in GetCurrentSlowPath()
749 SlowPathCode* current_slow_path_; variable
Dcode_generator.cc363 current_slow_path_ = slow_path; in GenerateSlowPaths()
374 current_slow_path_ = nullptr; in GenerateSlowPaths()
855 current_slow_path_(nullptr), in CodeGenerator()