Home
last modified time | relevance | path

Searched refs:SlowPath (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/
Dassembler.h157 class SlowPath {
159 SlowPath() : next_(nullptr) {} in SlowPath() function
160 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_;
/art/compiler/utils/mips/
Dassembler_mips.h284 class MipsExceptionSlowPath FINAL : public SlowPath {
/art/compiler/dex/quick/
Dgen_common.cc1394 class SlowPath : public LIRSlowPath { in GenCheckCast() class
1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
1420 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true)); in GenCheckCast()
1437 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()
/art/compiler/utils/mips64/
Dassembler_mips64.h355 class Mips64ExceptionSlowPath FINAL : public SlowPath {
/art/compiler/utils/x86/
Dassembler_x86.h667 class X86ExceptionSlowPath FINAL : public SlowPath {
/art/compiler/utils/arm/
Dassembler_arm.h790 class ArmExceptionSlowPath FINAL : public SlowPath {
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2854 class X86_64ExceptionSlowPath FINAL : public SlowPath {