Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 36) 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/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/tools/runtime_memusage/
Dprune_sanitizer_output.py44 def clean_trace_if_valid(trace, stack_min_size, prune_exact): argument
/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/runtime/jit/
Djit_code_cache.cc195 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
Dprofile_saver.cc401 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local
506 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() 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/
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
Druntime.cc307 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
Dthread.cc163 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
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/base/
Dmem_map_arena_pool.cc121 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
/art/test/122-npe/src/
DMain.java559 StackTraceElement[] trace = npe.getStackTrace(); in check() 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()
/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/libprofile/profile/
Dprofile_compilation_info.cc235 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

12