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

  /external/compiler-rt/lib/asan/
asan_flags.h 51 bool abort_on_error; member in struct:__asan::Flags
asan_rtl.cc 60 if (flags()->abort_on_error)
164 ParseFlag(str, &f->abort_on_error, "abort_on_error",
263 f->abort_on_error = false;
  /art/runtime/
thread.cc 2010 CurrentMethodVisitor visitor(const_cast<Thread*>(this), nullptr, abort_on_error); local
    [all...]
thread.h 352 // abort the runtime iff abort_on_error is true.
353 mirror::ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
    [all...]

Completed in 232 milliseconds