Searched refs:ThrowStackOverflowError (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc81 ThrowStackOverflowError(self);
/art/runtime/
H A Dreflection.cc449 ThrowStackOverflowError(soa.Self());
479 ThrowStackOverflowError(soa.Self());
509 ThrowStackOverflowError(soa.Self());
540 ThrowStackOverflowError(soa.Self());
572 ThrowStackOverflowError(soa.Self());
H A Dcommon_throws.h212 void ThrowStackOverflowError(Thread* self) SHARED_REQUIRES(Locks::mutator_lock_) COLD_ATTR;
H A Dart_method.cc239 ThrowStackOverflowError(self);
H A Dcommon_throws.cc560 void ThrowStackOverflowError(Thread* self) { function in namespace:art
/art/runtime/interpreter/
H A Dinterpreter.cc397 ThrowStackOverflowError(self);
608 ThrowStackOverflowError(self);
623 ThrowStackOverflowError(self);

Completed in 7918 milliseconds