Home
last modified time | relevance | path

Searched refs:ThrowIllegalStateException (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.h126 void ThrowIllegalStateException(const char* msg)
Dcommon_throws.cc254 void ThrowIllegalStateException(const char* msg) { in ThrowIllegalStateException() function
/art/test/common/
Druntime_state.cc218 ThrowIllegalStateException(msg.c_str()); in ForceJitCompiled()
/art/runtime/mirror/
Dvar_handle.cc1278 ThrowIllegalStateException("Unaligned access not supported"); in Dispatch()