HomeSort by relevance Sort by last modified time
    Searched refs:SlowPath (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/
assembler.h 65 class SlowPath : public DeletableArenaObject<kArenaAllocAssembler> {
67 SlowPath() : next_(nullptr) {}
68 virtual ~SlowPath() {}
81 SlowPath *next_;
85 DISALLOW_COPY_AND_ASSIGN(SlowPath);
135 void EnqueueSlowPath(SlowPath* slowpath) {
137 slow_path_ = slowpath;
139 SlowPath* cur = slow_path_;
141 cur->next_ = slowpath;
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 844 // Slowpath entered when Thread::Current()->_exception is non-null
845 class X86ExceptionSlowPath FINAL : public SlowPath {
  /art/compiler/utils/arm/
assembler_arm.h     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]

Completed in 72 milliseconds