| /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 | 1657 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() 1677 void Heap::StartGCRunnable(Thread* self, GcCause cause, CollectorType collector_type) { in StartGCRunnable() 2211 void Heap::CollectGarbage(bool clear_soft_references, GcCause cause) { in CollectGarbage() 3686 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() 3692 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self, bool only_one) { in WaitForGcToCompleteLocked() 3982 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full, uint32_t gc_num) in ConcurrentGCTask() 4007 GcCause cause, in RequestConcurrentGC() 4032 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t requested_gc_num) { in ConcurrentGC()
|
| /art/runtime/ |
| D | scoped_assert_no_transaction_checks.h | 26 explicit ScopedAssertNoTransactionChecks(const char* cause) in ScopedAssertNoTransactionChecks()
|
| D | thread_list.cc | 867 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() 1723 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll()
|
| D | reflection.cc | 507 Handle<mirror::Throwable> cause = hs.NewHandle(soa.Self()->GetException()); in InvokeMethodImpl() local
|
| D | thread.h | 551 const char* StartAssertNoThreadSuspension(const char* cause) ACQUIRE(Roles::uninterruptible_) { in StartAssertNoThreadSuspension()
|
| D | class_linker.cc | 588 ObjPtr<mirror::Throwable> cause = self->GetException(); in WrapExceptionInInitializer() local 5108 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() local 10218 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in DoResolveType() local
|
| D | thread.cc | 3659 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() local
|
| /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/test/174-escaping-instance-of-bad-class/src/ |
| D | Main.java | 95 ExceptionInInitializerError cause = (ExceptionInInitializerError) ncdfe.getCause(); in checkNcdfe() 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/native/ |
| D | java_lang_Class.cc | 118 Handle<mirror::Object> cause = hs2.NewHandle(soa.Self()->GetException()); in Class_classForName() local
|
| /art/libartservice/service/java/com/android/server/art/ |
| D | ArtManagerLocal.java | 1619 public SnapshotProfileException(@NonNull Throwable cause) { in SnapshotProfileException()
|
| /art/runtime/oat/ |
| D | oat_file.cc | 719 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() local
|
| /art/runtime/jni/ |
| D | jni_internal.cc | 547 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI() local 577 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException()
|