Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter()
51 GcCause cause, in ScopedGCCriticalSection()
63 GcCause cause, in ScopedInterruptibleGCCriticalSection()
Dgc_cause.cc29 const char* PrettyCause(GcCause cause) { in PrettyCause()
Dheap.cc1487 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
2048 void Heap::CollectGarbage(bool clear_soft_references, GcCause cause) { in CollectGarbage()
3419 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()
3425 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()
3682 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full) in ConcurrentGCTask()
3705 void Heap::RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) { in RequestConcurrentGC()
3714 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full) { in ConcurrentGC()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DHprofFormatException.java28 HprofFormatException(String msg, Exception cause) { in HprofFormatException()
/art/runtime/mirror/
Dthrowable.cc50 void Throwable::SetCause(ObjPtr<Throwable> cause) { in SetCause()
154 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/test/1964-add-to-dex-classloader-file/src/
DMain.java123 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause() local
/art/test/1963-add-to-dex-classloader-in-memory/src/art/
DTest1963.java158 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause() local
/art/openjdkjvmti/
Dalloc_manager.cc57 std::string cause; in PauseForAllocation() local
/art/test/713-varhandle-invokers/src/
DMain.java25 TestSetupError(String message, Throwable cause) { in TestSetupError()
/art/runtime/
Dthread_list.cc615 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll()
1442 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll()
Dthread.h340 const char* StartAssertNoThreadSuspension(const char* cause) ACQUIRE(Roles::uninterruptible_) { in StartAssertNoThreadSuspension()
Doat_file.cc493 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
Dclass_linker.cc582 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer() local
4679 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() local
8773 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in DoResolveType() local
Dthread.cc3196 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
/art/runtime/native/
Djava_lang_Class.cc202 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in Class_classForName() local
/art/runtime/jni/
Djni_internal.cc366 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI() local
397 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()