Searched refs:slow_path_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/
H A Dassembler.h136 if (slow_path_ == nullptr) {
137 slow_path_ = slowpath;
139 SlowPath* cur = slow_path_;
146 SlowPath* cur = slow_path_;
148 slow_path_ = nullptr;
263 SlowPath* slow_path_; member in class:art::AssemblerBuffer
H A Dassembler.cc54 slow_path_ = nullptr;
/art/compiler/optimizing/
H A Dnodes.h5296 : HTemplateInstruction(SideEffects::CanTriggerGC(), dex_pc), slow_path_(nullptr) {}
5302 void SetSlowPath(SlowPathCode* slow_path) { slow_path_ = slow_path; }
5303 SlowPathCode* GetSlowPath() const { return slow_path_; }
5310 SlowPathCode* slow_path_; member in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HSuspendCheck

Completed in 2036 milliseconds