Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc28 GcCause cause, in ScopedGCCriticalSection()
Dgc_cause.cc26 const char* PrettyCause(GcCause cause) { in PrettyCause()
Dheap.cc1409 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
3484 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()
3490 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()
3709 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full) in ConcurrentGCTask()
3732 void Heap::RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) { in RequestConcurrentGC()
3741 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full) { in ConcurrentGC()
/art/runtime/mirror/
Dthrowable.cc49 void Throwable::SetCause(ObjPtr<Throwable> cause) { in SetCause()
149 ObjPtr<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.h287 const char* StartAssertNoThreadSuspension(const char* cause) ACQUIRE(Roles::uninterruptible_) { in StartAssertNoThreadSuspension()
1674 ALWAYS_INLINE explicit ScopedAssertNoThreadSuspension(const char* cause) in ScopedAssertNoThreadSuspension()
Dthread_list.cc613 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll()
1533 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll()
Doat_file.cc308 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
Dclass_linker.cc252 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer() local
3953 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() local
7935 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in ResolveType() local
Djni_internal.cc215 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID() local
258 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()
Dthread.cc2657 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
/art/runtime/native/
Djava_lang_Class.cc86 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName() local