/art/runtime/native/ |
D | dalvik_system_VMStack.cc | 42 ResultT trace = nullptr; in GetThreadStack() local 81 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_fillStackTraceElements() local 148 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_getThreadStackTrace() local
|
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 53 jobjectArray trace = nullptr; in DdmVmInternal_getStackTraceById() local
|
/art/tools/runtime_memusage/ |
D | prune_sanitizer_output.py | 44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
|
/art/test/2044-get-stack-traces/src/ |
D | Main.java | 34 StackTraceElement trace[] = t.getStackTrace(); in getTrace() local
|
/art/runtime/mirror/ |
D | stack_trace_element.cc | 35 ObjPtr<StackTraceElement> trace = in Alloc() local
|
D | throwable.cc | 88 const ObjPtr<mirror::ObjectArray<Object>> trace = stack_state->AsObjectArray<Object>(); in GetStackDepth() local
|
/art/test/839-clinit-throw/src/ |
D | Main.java | 43 StackTraceElement[] trace = ie.getStackTrace(); in check() local
|
/art/runtime/oat/ |
D | oat_file_assistant.cc | 447 ScopedTrace trace("HasDexFiles"); in HasDexFiles() local 465 ScopedTrace trace("DexChecksumUpToDate"); in DexChecksumUpToDate() local 870 ScopedTrace trace("GetBestInfo"); in GetBestInfo() local 978 ScopedTrace trace("IsUseable"); in IsUseable() local 992 ScopedTrace trace("Status"); in Status() local 1264 ScopedTrace trace("ReleaseFileForUse"); in ReleaseFileForUse() local
|
D | oat_file.cc | 1624 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeFromElfFile() local 1646 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local 1666 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local 1691 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() local 1914 ScopedTrace trace("Open oat file " + oat_location); in Open() local 2258 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile() local
|
/art/test/726-array-store/src/ |
D | Main.java | 38 StackTraceElement[] trace = ase.getStackTrace(); in check() local
|
/art/runtime/ |
D | startup_completed_task.cc | 82 ScopedTrace trace("Releasing dex caches and app image spaces metadata"); in DeleteStartupDexCaches() local
|
D | thread_list.cc | 88 ScopedTrace trace(__PRETTY_FUNCTION__); in ShutDown() local 557 ScopedTrace trace("ThreadFlipSuspendAll"); in FlipThreadRoots() local 778 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() local 977 ScopedTrace trace("Resuming mutator threads"); in ResumeAllInternal() local 1268 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() local 1309 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown() local
|
D | indirect_reference_table.cc | 314 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
|
D | reference_table.cc | 226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
|
D | thread.cc | 173 ScopedTrace trace("InitTlsEntryPoints"); in InitTlsEntryPoints() local 965 ScopedTrace trace("Thread::Init"); in Init() local 1011 ScopedTrace trace("Thread::Attach"); in Attach() local 1331 ScopedTrace trace("InitStackHwm"); in InitStackHwm() local 1564 ScopedTrace trace("Run checkpoint function"); in RunCheckpointFunction() local 1944 ScopedTrace trace(__FUNCTION__); in FullSuspendCheck() local 2977 Handle<mirror::ObjectArray<mirror::Object>> trace( in Init() local 3100 mirror::ObjectArray<mirror::Object>* trace = build_trace_visitor.GetInternalStackTrace(); in CreateInternalStackTrace() local 3663 ScopedLocalRef<jobject> trace(GetJniEnv(), CreateInternalStackTrace(soa)); in ThrowNewWrappedException() local 3693 ScopedTrace trace("OutOfMemoryError"); in ThrowOutOfMemoryError() local
|
/art/test/671-npe-field-opts/src/ |
D | Main.java | 60 StackTraceElement[] trace = npe.getStackTrace(); in check() local
|
/art/runtime/gc/accounting/ |
D | card_table.cc | 57 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
|
/art/test/ti-agent/ |
D | trace_helper.cc | 444 [[maybe_unused]] jclass trace, in Java_art_Trace_watchFieldModification() 458 [[maybe_unused]] jclass trace, in Java_art_Trace_watchFieldAccess() 480 [[maybe_unused]] jclass trace, in Java_art_Trace_enableTracing2() 599 jclass trace, in Java_art_Trace_enableTracing()
|
/art/test/051-thread/src/ |
D | Main.java | 182 StackTraceElement[] trace = Thread.getAllStackTraces().get(Thread.currentThread()); in testMainThreadAllStackTraces() local
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 133 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 436 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectInternal() local 529 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectClasses() local 719 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local 787 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
|
/art/test/122-npe/src/ |
D | Main.java | 569 StackTraceElement[] trace = npe.getStackTrace(); in check() local
|
/art/runtime/gc/ |
D | allocation_record.cc | 206 AllocRecordStackTrace trace; in RecordAllocation() local
|
D | allocation_record.h | 160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 194 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local
|