Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h139 if (slow_path_ == nullptr) { in EnqueueSlowPath()
140 slow_path_ = slowpath; in EnqueueSlowPath()
142 SlowPath* cur = slow_path_; in EnqueueSlowPath()
149 SlowPath* cur = slow_path_; in EmitSlowPaths()
151 slow_path_ = nullptr; in EmitSlowPaths()
266 SlowPath* slow_path_; variable
Dassembler.cc35 slow_path_ = nullptr; in AssemblerBuffer()