Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 12 of 12) sorted by relevance

/art/runtime/gc/
Dgc_cause.cc26 const char* PrettyCause(GcCause cause) { in PrettyCause()
Dheap.cc3171 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()
3177 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()
/art/runtime/mirror/
Dthrowable.cc44 void Throwable::SetCause(Throwable* cause) { in SetCause()
144 Throwable* cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump() local
/art/test/086-null-super/src/
DMain.java29 public TestFailed(Throwable cause) { in TestFailed()
/art/test/087-gc-after-link/src/
DMain.java29 public TestFailed(Throwable cause) { in TestFailed()
/art/runtime/
Dthread.h255 const char* StartAssertNoThreadSuspension(const char* cause) { in StartAssertNoThreadSuspension()
1299 ScopedAssertNoThreadSuspension(Thread* self, const char* cause) in ScopedAssertNoThreadSuspension()
Doat_file.cc382 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
Dthread_list.cc451 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll()
Dclass_linker.cc172 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer() local
3047 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in VerifyClass() local
5323 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in ResolveType() local
Dthread.cc1888 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
Djni_internal.cc202 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID() local
245 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()
/art/runtime/native/
Djava_lang_Class.cc79 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName() local