Searched defs:SlowPath (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Dassembler.h157 class SlowPath { class in namespace:art
159 SlowPath() : next_(nullptr) {} function in class:art::SlowPath
160 virtual ~SlowPath() {}
173 SlowPath *next_;
177 DISALLOW_COPY_AND_ASSIGN(SlowPath);
218 void EnqueueSlowPath(SlowPath* slowpath) {
222 SlowPath* cur = slow_path_;
229 SlowPath* cur = slow_path_;
230 SlowPath* next = nullptr;
334 SlowPath* slow_path
[all...]
/art/compiler/dex/quick/
H A Dgen_common.cc1394 class SlowPath : public LIRSlowPath { class in inherits:LIRSlowPath
1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) function in class:art::SlowPath
1420 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true));
1437 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false));

Completed in 114 milliseconds