/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter() 51 GcCause cause, in ScopedGCCriticalSection()
|
D | gc_cause.cc | 29 const char* PrettyCause(GcCause cause) { in PrettyCause()
|
D | heap.cc | 1631 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() 2134 void Heap::CollectGarbage(bool clear_soft_references, GcCause cause) { in CollectGarbage() 3583 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() 3589 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked() 3869 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full, uint32_t gc_num) in ConcurrentGCTask() 3892 GcCause cause, in RequestConcurrentGC() 3917 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t requested_gc_num) { in ConcurrentGC()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | HprofFormatException.java | 28 HprofFormatException(String msg, Exception cause) { in HprofFormatException()
|
/art/runtime/mirror/ |
D | throwable.cc | 50 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/ |
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/test/1964-add-to-dex-classloader-file/src/ |
D | Main.java | 123 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause() local
|
/art/test/1963-add-to-dex-classloader-in-memory/src/art/ |
D | Test1963.java | 158 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause() local
|
/art/openjdkjvmti/ |
D | alloc_manager.cc | 57 std::string cause; in PauseForAllocation() local
|
/art/test/713-varhandle-invokers/src/ |
D | Main.java | 27 TestSetupError(String message, Throwable cause) { in TestSetupError()
|
/art/runtime/ |
D | thread_list.cc | 627 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() 1469 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll()
|
D | reflection.cc | 506 Handle<mirror::Throwable> cause = hs.NewHandle(soa.Self()->GetException()); in InvokeMethodImpl() local
|
D | thread.h | 432 const char* StartAssertNoThreadSuspension(const char* cause) ACQUIRE(Roles::uninterruptible_) { in StartAssertNoThreadSuspension()
|
D | oat_file.cc | 579 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
|
D | class_linker.cc | 549 ObjPtr<mirror::Throwable> cause = self->GetException(); in WrapExceptionInInitializer() local 4697 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() local 9809 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in DoResolveType() local
|
D | thread.cc | 3556 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtManagerLocal.java | 1211 public SnapshotProfileException(@NonNull Throwable cause) { in SnapshotProfileException()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 118 Handle<mirror::Object> cause = hs2.NewHandle(soa.Self()->GetException()); in Class_classForName() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 543 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI() local 573 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()
|