Searched defs:UNREACHABLE (Results 1 - 4 of 4) sorted by relevance

/art/test/ti-agent/
H A Dti_macros.h24 #define UNREACHABLE __builtin_unreachable macro
/art/runtime/arch/x86/
H A Dasm_support_x86.S155 #define UNREACHABLE int3 define
163 UNREACHABLE
164 UNREACHABLE
/art/libartbase/base/
H A Dmacros.h42 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
89 // int foo () { LOG(FATAL) << "Don't call me"; UNREACHABLE(); }
90 // without the UNREACHABLE a return statement would be necessary.
91 #define UNREACHABLE __builtin_unreachable macro
/art/test/913-heaps/
H A Dheaps.cc46 #define UNREACHABLE __builtin_unreachable macro
519 UNREACHABLE();
676 UNREACHABLE();
730 UNREACHABLE();

Completed in 2835 milliseconds