Searched refs:SlowPath (Results 1 – 7 of 7) sorted by relevance
157 class SlowPath {159 SlowPath() : next_(nullptr) {} in SlowPath() function160 virtual ~SlowPath() {} in ~SlowPath()173 SlowPath *next_;177 DISALLOW_COPY_AND_ASSIGN(SlowPath);218 void EnqueueSlowPath(SlowPath* slowpath) { in EnqueueSlowPath()222 SlowPath* cur = slow_path_; in EnqueueSlowPath()229 SlowPath* cur = slow_path_; in EmitSlowPaths()230 SlowPath* next = nullptr; in EmitSlowPaths()334 SlowPath* slow_path_;
284 class MipsExceptionSlowPath FINAL : public SlowPath {
1394 class SlowPath : public LIRSlowPath { in GenCheckCast() class1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath1420 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true)); in GenCheckCast()1437 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()
355 class Mips64ExceptionSlowPath FINAL : public SlowPath {
667 class X86ExceptionSlowPath FINAL : public SlowPath {
790 class ArmExceptionSlowPath FINAL : public SlowPath {
2854 class X86_64ExceptionSlowPath FINAL : public SlowPath {