Home
last modified time | relevance | path

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

12

/art/runtime/native/
Ddalvik_system_VMStack.cc33 jobject trace = nullptr; in GetThreadStack() local
61 jobject trace = GetThreadStack(soa, javaThread); in VMStack_fillStackTraceElements() local
124 jobject trace = GetThreadStack(soa, javaThread); in VMStack_getThreadStackTrace() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc49 jobjectArray trace = nullptr; in DdmVmInternal_getStackTraceById() local
/art/runtime/jit/
Djit_code_cache.cc59 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
183 ScopedTrace trace("mprotect all"); in ScopedCodeCacheWrite() local
187 ScopedTrace trace("mprotect code"); in ~ScopedCodeCacheWrite() local
262 ScopedTrace trace(__PRETTY_FUNCTION__); in RemoveMethodsIn() local
471 ScopedTrace trace(__PRETTY_FUNCTION__); in Run() local
572 ScopedTrace trace(__FUNCTION__); in GarbageCollectCache() local
659 ScopedTrace trace(__FUNCTION__); in RemoveUnmarkedCode() local
677 ScopedTrace trace(__FUNCTION__); in DoCollection() local
760 ScopedTrace trace(__FUNCTION__); in CheckLiveCompiledCodeHasProfilingInfo() local
892 ScopedTrace trace(__FUNCTION__); in GetProfiledMethods() local
Doffline_profiling_info.cc79 ScopedTrace trace(__PRETTY_FUNCTION__); in MergeAndSave() local
180 ScopedTrace trace(__PRETTY_FUNCTION__); in Save() local
473 ScopedTrace trace(__PRETTY_FUNCTION__); in LoadInternal() local
Dprofile_saver.cc224 ScopedTrace trace(__PRETTY_FUNCTION__); in FetchAndCacheResolvedClassesAndMethods() local
271 ScopedTrace trace(__PRETTY_FUNCTION__); in ProcessProfilingInfo() local
/art/runtime/mirror/
Dstack_trace_element.cc45 StackTraceElement* trace = in Alloc() local
Dthrowable.cc77 mirror::ObjectArray<mirror::Object>* const trace = stack_state->AsObjectArray<mirror::Object>(); in GetStackDepth() local
/art/runtime/
Doat_file.cc820 ScopedTrace trace("Open elf file " + location); in OpenElfFile() local
848 ScopedTrace trace(__PRETTY_FUNCTION__); in InitializeFromElfFile() local
869 ScopedTrace trace(__PRETTY_FUNCTION__); in Load() local
889 ScopedTrace trace(__PRETTY_FUNCTION__); in ElfFileOpen() local
952 ScopedTrace trace("Open oat file " + location); in Open() local
1169 ScopedTrace trace(__PRETTY_FUNCTION__); in OpenDexFile() local
Dthread_list.cc75 ScopedTrace trace(__PRETTY_FUNCTION__); in ~ThreadList() local
473 ScopedTrace trace("Suspending mutator threads"); in SuspendAll() local
638 ScopedTrace trace("Resuming mutator threads"); in ResumeAll() local
1111 ScopedTrace trace(__PRETTY_FUNCTION__); in WaitForOtherNonDaemonThreadsToExit() local
1143 ScopedTrace trace(__PRETTY_FUNCTION__); in SuspendAllDaemonThreadsForShutdown() local
Druntime.cc226 ScopedTrace trace("Runtime shutdown"); in ~Runtime() local
761 ScopedTrace trace(__FUNCTION__); in StartDaemonThreads() local
909 ScopedTrace trace(__FUNCTION__); in Init() local
1497 ScopedTrace trace(__FUNCTION__); in AttachCurrentThread() local
1502 ScopedTrace trace(__FUNCTION__); in DetachCurrentThread() local
Dindirect_reference_table.cc265 ScopedTrace trace(__PRETTY_FUNCTION__); in Trim() local
Ddex_file.cc125 ScopedTrace trace(std::string("Open dex file ") + location); in Open() local
211 ScopedTrace trace(std::string("Open dex file from RAM ") + location); in Open() local
232 ScopedTrace trace(std::string("Open dex file ") + location); in OpenFile() local
290 ScopedTrace trace("Dex file open Zip " + std::string(location)); in OpenZip() local
316 ScopedTrace trace("Dex file open from Zip Archive " + std::string(location)); in Open() local
362 ScopedTrace trace("Dex file open from Zip " + std::string(location)); in OpenFromZip() local
Dthread.cc1138 ScopedTrace trace("Run checkpoint function"); in RunCheckpointFunction() local
1205 ScopedTrace trace(__FUNCTION__); in FullSuspendCheck() local
2034 Handle<mirror::ObjectArray<mirror::Object>> trace( in Init() local
2127 mirror::ObjectArray<mirror::Object>* trace = build_trace_visitor.GetInternalStackTrace(); in CreateInternalStackTrace() local
2345 ScopedLocalRef<jobject> trace(GetJniEnv(), in ThrowNewWrappedException() local
Doat_file_manager.cc548 ScopedTrace trace(__FUNCTION__); in OpenDexFilesFromOat() local
Djava_vm_ext.cc940 ScopedTrace trace(__FUNCTION__); in JNI_CreateJavaVM() local
/art/runtime/gc/accounting/
Dcard_table.cc61 ScopedTrace trace(__PRETTY_FUNCTION__); in Create() local
/art/runtime/gc/collector/
Dgarbage_collector.cc82 ScopedTrace trace(StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName())); in Run() local
/art/test/122-npe/src/
DMain.java559 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/test/439-npe/src/
DMain.java216 StackTraceElement[] trace = npe.getStackTrace(); in check() local
/art/runtime/gc/
Dallocation_record.h158 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()
Dallocation_record.cc269 AllocRecordStackTrace trace; in RecordAllocation() local
Dheap.cc254 ScopedTrace trace(__FUNCTION__); in Heap() local
1380 ScopedTrace trace("Deflating monitors"); in Trim() local
1410 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimIndirectReferenceTables() local
1440 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimSpaces() local
3468 ScopedTrace trace("GC: Wait For Completion"); in WaitForGcToCompleteLocked() local
/art/test/044-proxy/src/
DBasicTest.java54 Trace trace = (Trace) proxy; in main() local
/art/runtime/base/
Darena_allocator.cc251 ScopedTrace trace(__PRETTY_FUNCTION__); in TrimMaps() local
/art/runtime/hprof/
Dhprof.cc609 const gc::AllocRecordStackTrace* trace = r->second; in LookupStackTraceSerialNumber() local
672 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces() local
832 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace(); in PopulateAllocationTrackingTraces() local

12