Searched refs:SuspendCheckSlowPath (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_common.cc2083 class Mir2Lir::SuspendCheckSlowPath : public Mir2Lir::LIRSlowPath { class in class:art::Mir2Lir
2085 SuspendCheckSlowPath(Mir2Lir* m2l, LIR* branch, LIR* cont) function in class:art::Mir2Lir::SuspendCheckSlowPath
2109 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, cont));
2127 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, target));
H A Dmir_to_lir.h526 class SuspendCheckSlowPath;

Completed in 95 milliseconds