| /art/libdexfile/dex/ |
| D | art_dex_file_loader.cc | 169 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/runtime/native/ |
| D | dalvik_system_VMStack.cc | 44 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
|
| D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 57 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/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/671-npe-field-opts/src/ |
| D | Main.java | 60 StackTraceElement[] trace = npe.getStackTrace(); in check() local
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 195 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeMappings() local 576 ScopedTrace trace("mprotect all"); in ScopedCodeCacheWrite() local 585 ScopedTrace trace("mprotect code"); in ~ScopedCodeCacheWrite() local 835 ScopedTrace trace(__PRETTY_FUNCTION__); in RemoveMethodsIn() local 1407 ScopedTrace trace(__PRETTY_FUNCTION__); in Run() local 1523 ScopedTrace trace(__FUNCTION__); in GarbageCollectCache() local 1625 ScopedTrace trace(__FUNCTION__); in RemoveUnmarkedCode() local 1681 ScopedTrace trace(__FUNCTION__); in DoCollection() local 1780 ScopedTrace trace(__FUNCTION__); in CheckLiveCompiledCodeHasProfilingInfo() local 1959 ScopedTrace trace(__FUNCTION__); in GetProfiledMethods() local
|
| D | profile_saver.cc | 401 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local 506 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
|
| /art/test/051-thread/src/ |
| D | Main.java | 182 StackTraceElement[] trace = Thread.getAllStackTraces().get(Thread.currentThread()); in testMainThreadAllStackTraces() local
|
| /art/runtime/gc/accounting/ |
| D | card_table.cc | 62 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
|
| /art/runtime/ |
| D | thread_list.cc | 91 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
|
| D | oat_file.cc | 1296 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
|
| D | runtime.cc | 307 ScopedTrace trace("Runtime shutdown"); in ~Runtime() local 1025 ScopedTrace trace(__FUNCTION__); in StartDaemonThreads() local 1124 ScopedTrace trace(__FUNCTION__); in Init() local 2036 ScopedTrace trace(__FUNCTION__); in AttachCurrentThread() local 2047 ScopedTrace trace(__FUNCTION__); in DetachCurrentThread() local 2830 ScopedTrace trace("Releasing app image spaces metadata"); in NotifyStartupCompleted() local
|
| D | thread.cc | 163 ScopedTrace trace("InitTlsEntryPoints"); in InitTlsEntryPoints() local 919 ScopedTrace trace("Thread::Init"); in Init() local 965 ScopedTrace trace("Thread::Attach"); in Attach() local 1275 ScopedTrace trace("InitStackHwm"); in InitStackHwm() local 1553 ScopedTrace trace("Run checkpoint function"); in RunCheckpointFunction() local 1762 ScopedTrace trace(__FUNCTION__); in FullSuspendCheck() local 2720 Handle<mirror::ObjectArray<mirror::Object>> trace( in Init() local 2831 mirror::ObjectArray<mirror::Object>* trace = build_trace_visitor.GetInternalStackTrace(); in CreateInternalStackTrace() local 3263 ScopedLocalRef<jobject> trace(GetJniEnv(), in ThrowNewWrappedException() local
|
| D | reference_table.cc | 226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump() local
|
| D | indirect_reference_table.cc | 446 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
|
| D | oat_file_manager.cc | 453 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat() local 714 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat_Impl() local
|
| /art/runtime/base/ |
| D | mem_map_arena_pool.cc | 121 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
|
| /art/test/122-npe/src/ |
| D | Main.java | 559 StackTraceElement[] trace = npe.getStackTrace(); in check() local
|
| /art/runtime/gc/ |
| D | allocation_record.cc | 195 AllocRecordStackTrace trace; in RecordAllocation() local
|
| D | allocation_record.h | 159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
|
| /art/runtime/gc/collector/ |
| D | garbage_collector.cc | 147 ScopedTrace trace(android::base::StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local
|
| /art/test/044-proxy/src/ |
| D | BasicTest.java | 53 Trace trace = (Trace) proxy; in main() local
|
| /art/libprofile/profile/ |
| D | profile_compilation_info.cc | 235 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local 282 ScopedTrace trace(__PRETTY_FUNCTION__); in Save() local 382 ScopedTrace trace(__PRETTY_FUNCTION__); in Save() local 1377 ScopedTrace trace(__PRETTY_FUNCTION__); in LoadInternal() local
|