Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Dart_dex_file_loader.cc169 ScopedTrace trace(std::string("Open dex file from RAM ") + location); in Open() local
190 ScopedTrace trace(std::string("Open dex file from mapped-memory ") + location); in Open() local
260 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenWithMagic() local
289 ScopedTrace trace("Open dex file " + std::string(location)); in OpenDex() local
299 ScopedTrace trace("Dex file open Zip " + std::string(location)); in OpenZip() local
316 ScopedTrace trace(std::string("Open dex file ") + std::string(location)); in OpenFile() local
388 ScopedTrace trace("Dex file open from Zip Archive " + std::string(location)); in OpenOneDexFileFromZip() local
487 ScopedTrace trace("Dex file open from Zip " + std::string(location)); in OpenAllDexFilesFromZip() local
/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
89 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_fillStackTraceElements() local
156 jobject trace = GetThreadStack(soa, javaThread, fn); in VMStack_getThreadStackTrace() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc57 jobjectArray trace = nullptr; in DdmVmInternal_getStackTraceById() 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/671-npe-field-opts/src/
DMain.java60 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/test/051-thread/src/
DMain.java182 StackTraceElement[] trace = Thread.getAllStackTraces().get(Thread.currentThread()); in testMainThreadAllStackTraces() local
/art/runtime/gc/accounting/
Dcard_table.cc62 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
/art/runtime/base/
Dmem_map_arena_pool.cc121 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
/art/runtime/
Dthread_list.cc91 ScopedTrace trace(__PRETTY_FUNCTION__); in ShutDown() local
369 ScopedTrace trace([&]() { in RunCheckpoint() local
623 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() local
790 ScopedTrace trace("Resuming mutator threads"); in ResumeAll() local
1299 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() local
1331 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown() local
Doat_file.cc1296 ScopedTrace trace("Open elf file " + location); in OpenElfFile() local
1326 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeFromElfFile() local
1348 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1368 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
1393 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() local
1590 ScopedTrace trace("Open oat file " + oat_location); in Open() local
1932 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile() local
Dreference_table.cc226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
Dindirect_reference_table.cc446 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
Doat_file_manager.cc453 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat() local
714 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat_Impl() local
/art/runtime/gc/
Dallocation_record.cc195 AllocRecordStackTrace trace; in RecordAllocation() local
Dallocation_record.h159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
Dheap.cc323 ScopedTrace trace(__FUNCTION__); in Heap() local
901 ScopedTrace trace("IncrementDisableThreadFlip"); in IncrementDisableThreadFlip() local
1421 ScopedTrace trace("Deflating monitors"); in Trim() local
1453 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimIndirectReferenceTables() local
1483 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimSpaces() local
/art/test/122-npe/src/
DMain.java559 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/runtime/gc/collector/
Dgarbage_collector.cc147 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local
/art/test/044-proxy/src/
DBasicTest.java53 Trace trace = (Trace) proxy; in main() local
/art/runtime/jit/
Dprofile_saver.cc401 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local
506 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
/art/runtime/hprof/
Dhprof.cc632 const gc::AllocRecordStackTrace* trace = r->second; in LookupStackTraceSerialNumber() local
695 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces() local
848 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace(); in PopulateAllocationTrackingTraces() local
/art/test/ti-agent/
Dtrace_helper.cc590 jclass trace, in Java_art_Trace_enableTracing()
/art/test/439-npe/src/
DMain.java875 StackTraceElement[] trace = npe.getStackTrace(); in check() local

12