Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 49) sorted by relevance

12

/art/tools/runtime_memusage/
Dprune_sanitizer_output.py44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
/art/runtime/native/
Ddalvik_system_VMStack.cc44 ResultT trace = nullptr; in GetThreadStack() local
88 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_fillStackTraceElements() local
155 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_getThreadStackTrace() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc53 jobjectArray trace = nullptr; in DdmVmInternal_getStackTraceById() local
/art/test/2044-get-stack-traces/src/
DMain.java34 StackTraceElement trace[] = t.getStackTrace(); in getTrace() local
/art/runtime/mirror/
Dstack_trace_element.cc35 ObjPtr<StackTraceElement> trace = in Alloc() local
Dthrowable.cc88 const ObjPtr<mirror::ObjectArray<Object>> trace = stack_state->AsObjectArray<Object>(); in GetStackDepth() local
/art/test/839-clinit-throw/src/
DMain.java43 StackTraceElement[] trace = ie.getStackTrace(); in check() local
/art/runtime/
Doat_file_assistant.cc458 ScopedTrace trace("HasDexFiles"); in HasDexFiles() local
476 ScopedTrace trace("DexChecksumUpToDate"); in DexChecksumUpToDate() local
882 ScopedTrace trace("GetBestInfo"); in GetBestInfo() local
990 ScopedTrace trace("IsUseable"); in IsUseable() local
1005 ScopedTrace trace("Status"); in Status() local
1265 ScopedTrace trace("ReleaseFileForUse"); in ReleaseFileForUse() local
Dstartup_completed_task.cc80 ScopedTrace trace("Releasing dex caches and app image spaces metadata"); in DeleteStartupDexCaches() local
Dthread_list.cc95 ScopedTrace trace(__PRETTY_FUNCTION__); in ShutDown() local
636 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() local
797 ScopedTrace trace("Resuming mutator threads"); in ResumeAll() local
1138 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() local
1179 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown() local
Doat_file.cc1623 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeFromElfFile() local
1645 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1665 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1690 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() local
1907 ScopedTrace trace("Open oat file " + oat_location); in Open() local
2240 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile() local
Dindirect_reference_table.cc314 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
Doat_file_manager.cc183 ScopedTrace trace(StringPrintf("%s(%s)", __FUNCTION__, dex_location)); in OpenDexFilesFromOat() local
523 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat_Impl() local
Dreference_table.cc226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
/art/test/726-array-store/src/
DMain.java38 StackTraceElement[] trace = ase.getStackTrace(); in check() local
/art/test/671-npe-field-opts/src/
DMain.java60 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/runtime/gc/accounting/
Dcard_table.cc57 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
/art/test/051-thread/src/
DMain.java182 StackTraceElement[] trace = Thread.getAllStackTraces().get(Thread.currentThread()); in testMainThreadAllStackTraces() local
/art/runtime/base/
Dmem_map_arena_pool.cc132 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
/art/runtime/jit/
Dprofile_saver.cc471 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectInternal() local
561 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectClasses() local
756 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local
827 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
Djit_code_cache.cc525 ScopedTrace trace(__PRETTY_FUNCTION__); in RemoveMethodsIn() local
1050 ScopedTrace trace(__PRETTY_FUNCTION__); in Run() local
1119 ScopedTrace trace(__FUNCTION__); in GarbageCollectCache() local
1209 ScopedTrace trace(__FUNCTION__); in RemoveUnmarkedCode() local
1330 ScopedTrace trace(__FUNCTION__); in DoCollection() local
1545 ScopedTrace trace(__FUNCTION__); in GetProfiledMethods() local
/art/test/122-npe/src/
DMain.java569 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/runtime/gc/
Dallocation_record.cc206 AllocRecordStackTrace trace; in RecordAllocation() local
Dallocation_record.h159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
/art/runtime/gc/collector/
Dgarbage_collector.cc163 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local

12