HomeSort by relevance Sort by last modified time
    Searched refs:abort_on_error (Results 1 - 5 of 5) 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 113 bool abort_on_error; member in struct:diagnostic_context
228 (DC)->abort_on_error = true
  /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 205 milliseconds