Home
last modified time | relevance | path

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

12

/art/runtime/native/
Ddalvik_system_VMStack.cc42 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
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc53 jobjectArray trace = nullptr; in DdmVmInternal_getStackTraceById() local
/art/tools/runtime_memusage/
Dprune_sanitizer_output.py44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
/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/oat/
Doat_file_assistant.cc415 ScopedTrace trace("HasDexFiles"); in HasDexFiles() local
447 ScopedTrace trace("DexChecksumUpToDate"); in DexChecksumUpToDate() local
839 ScopedTrace trace("GetBestInfo"); in GetBestInfo() local
900 ScopedTrace trace("IsUseable"); in IsUseable() local
914 ScopedTrace trace("Status"); in Status() local
1207 ScopedTrace trace("ReleaseFileForUse"); in ReleaseFileForUse() local
Doat_file.cc1726 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1746 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1779 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() local
2007 ScopedTrace trace("Open oat file " + oat_location); in Open() local
2116 ScopedTrace trace("Open sdm file " + sdm_filename); in OpenFromSdm() local
2380 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile() local
Doat_file_manager.cc201 ScopedTrace trace(StringPrintf("%s(%s)", __FUNCTION__, dex_location)); in OpenDexFilesFromOat() local
539 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat_Impl() local
/art/test/726-array-store/src/
DMain.java38 StackTraceElement[] trace = ase.getStackTrace(); in check() local
/art/runtime/
Dstartup_completed_task.cc82 ScopedTrace trace("Releasing dex caches and app image spaces metadata"); in DeleteStartupDexCaches() local
Dthread_list.cc89 ScopedTrace trace(__PRETTY_FUNCTION__); in ShutDown() local
612 ScopedTrace trace("ThreadFlipSuspendAll"); in FlipThreadRoots() local
876 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() local
1074 ScopedTrace trace("Resuming mutator threads"); in ResumeAllInternal() local
1365 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() local
1406 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown() local
Dindirect_reference_table.cc314 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
Dreference_table.cc226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
Dthread.cc182 ScopedTrace trace("InitTlsEntryPoints"); in InitTlsEntryPoints() local
1030 ScopedTrace trace("Thread::Init"); in Init() local
1086 ScopedTrace trace("Thread::Attach"); in Attach() local
1358 ScopedTrace trace("InitStack"); in InitStack() local
1607 ScopedTrace trace("Run checkpoint function"); in RunCheckpointFunction() local
1998 ScopedTrace trace(__FUNCTION__); in FullSuspendCheck() local
3040 Handle<mirror::ObjectArray<mirror::Object>> trace( in Init() local
3164 mirror::ObjectArray<mirror::Object>* trace = build_trace_visitor.GetInternalStackTrace(); in CreateInternalStackTrace() local
3727 ObjPtr<mirror::ObjectArray<mirror::Object>> trace = CreateInternalStackTrace(soa); in ThrowNewWrappedException() local
3757 ScopedTrace trace("OutOfMemoryError"); in ThrowOutOfMemoryError() 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/ti-agent/
Dtrace_helper.cc444 [[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/
DMain.java182 StackTraceElement[] trace = Thread.getAllStackTraces().get(Thread.currentThread()); in testMainThreadAllStackTraces() local
/art/runtime/base/
Dmem_map_arena_pool.cc133 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
/art/runtime/jit/
Dprofile_saver.cc427 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectInternal() local
520 ScopedTrace trace(__PRETTY_FUNCTION__); in CollectClasses() local
710 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local
775 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
/art/runtime/gc/
Dallocation_record.cc207 AllocRecordStackTrace trace; in RecordAllocation() local
Dallocation_record.h160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
/art/test/122-npe/src/
DMain.java569 StackTraceElement[] trace = npe.getStackTrace(); in check() local

12