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.cc447 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
Doat_file.cc1624 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/
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.cc88 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
Dindirect_reference_table.cc314 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
Dreference_table.cc226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
Dthread.cc173 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/
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.cc436 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/
DMain.java569 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/runtime/gc/
Dallocation_record.cc206 AllocRecordStackTrace trace; in RecordAllocation() local
Dallocation_record.h160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
/art/runtime/gc/collector/
Dgarbage_collector.cc194 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local

12