Searched defs:cause (Results 1 – 13 of 13) sorted by relevance
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 28 GcCause cause, in ScopedGCCriticalSection()
|
D | gc_cause.cc | 26 const char* PrettyCause(GcCause cause) { in PrettyCause()
|
D | heap.cc | 1322 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() 3336 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() 3342 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked() 3566 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full) in ConcurrentGCTask() 3589 void Heap::RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) { in RequestConcurrentGC() 3598 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full) { in ConcurrentGC()
|
/art/runtime/mirror/ |
D | throwable.cc | 50 void Throwable::SetCause(ObjPtr<Throwable> cause) { in SetCause() 150 ObjPtr<Throwable> cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)); in Dump() local
|
/art/test/086-null-super/src/ |
D | Main.java | 29 public TestFailed(Throwable cause) { in TestFailed()
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 29 public TestFailed(Throwable cause) { in TestFailed()
|
/art/runtime/ |
D | thread_list.cc | 629 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() 1558 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll()
|
D | thread.h | 296 const char* StartAssertNoThreadSuspension(const char* cause) ACQUIRE(Roles::uninterruptible_) { in StartAssertNoThreadSuspension() 1707 ALWAYS_INLINE explicit ScopedAssertNoThreadSuspension(const char* cause) in ScopedAssertNoThreadSuspension()
|
D | oat_file.cc | 311 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
|
D | class_linker.cc | 257 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer() local 4132 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() local 7948 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in ResolveType() local
|
D | jni_internal.cc | 300 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID() local 343 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()
|
D | thread.cc | 2732 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
|
/art/runtime/native/ |
D | java_lang_Class.cc | 88 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName() local
|