HomeSort by relevance Sort by last modified time
    Searched defs:IsFatal (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator.h 102 virtual bool IsFatal() const { return false; }
code_generator_arm64.cc 244 bool IsFatal() const OVERRIDE { return true; }
268 bool IsFatal() const OVERRIDE { return true; }
382 bool IsFatal() const OVERRIDE { return true; }
480 bool IsFatal() const { return is_fatal_; }
    [all...]

Completed in 39 milliseconds