/external/google-breakpad/src/processor/ |
stackwalker_arm64.h | 73 virtual StackFrame* GetCallerFrame(const CallStack* stack,
|
stackwalker_mips.h | 65 virtual StackFrame* GetCallerFrame(const CallStack* stack,
|
stackwalker_x86.h | 77 virtual StackFrame* GetCallerFrame(const CallStack* stack,
|
stackwalker_ppc.cc | 84 StackFrame* StackwalkerPPC::GetCallerFrame(const CallStack* stack,
|
stackwalker_ppc64.cc | 75 StackFrame* StackwalkerPPC64::GetCallerFrame(const CallStack* stack,
|
stackwalker_sparc.cc | 75 StackFrame* StackwalkerSPARC::GetCallerFrame(const CallStack* stack,
|
/external/libchrome/base/debug/ |
leak_tracker.h | 45 // then the allocation callstack for each leaked instances is dumped to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
profiler_container_size.h | 173 // Insert a new node at construct with object, callstack and initial size.
|
profiler_list_to_vector.h | 171 // Insert a new node at construct with object, callstack and initial size.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/system/core/libutils/ |
Android.mk | 18 CallStack.cpp \
|
RefBase.cpp | 30 #include <utils/CallStack.h> 45 // whether callstack are collected (significantly slows things down) 198 CallStack stack(LOG_TAG); 282 CallStack stack; 334 CallStack stack(LOG_TAG);
|
/frameworks/native/vulkan/libvulkan/ |
driver.cpp | 30 #include <utils/CallStack.h> 34 android::CallStack callstack; \ 35 callstack.update(); \ 36 callstack.log(LOG_TAG, ANDROID_LOG_DEBUG, " "); \
|
/external/google-breakpad/src/tools/mac/crash_report/ |
crash_report.mm | 59 using google_breakpad::CallStack; 90 static void PrintStack(const CallStack *stack, const string &cpu) { 138 static void PrintRegisters(const CallStack *stack, const string &cpu) {
|
/external/valgrind/callgrind/ |
callstack.c | 55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1", 100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1", 404 /* Unwind enough CallStack items to sync with current stack pointer.
|
Makefile.am | 36 callstack.c \
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
trace.c | 112 proc->callstack[proc->callstack_depth - 1].is_syscall && 113 proc->callstack[proc->callstack_depth - 1].c_un.syscall == *sysnum) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | 532 StackDiagVector &CallStack) { 539 for (StackDiagVector::iterator I = CallStack.begin(), 540 E = CallStack.end(); I != E; ++I) { 566 StackDiagVector CallStack; 583 CallStack.push_back(StackDiagPair(C, N)); 608 if (!CallStack.empty()) { 609 assert(CallStack.back().first == C); 610 CallStack.pop_back(); 872 updateStackPiecesWithMessage(p, CallStack); [all...] |
/external/ltrace/ |
output.c | 123 = &proc->callstack[proc->callstack_depth - 1]; 261 if (current_proc->callstack[current_depth].return_addr) 564 = &proc->callstack[proc->callstack_depth - 1]; 668 = &proc->callstack[proc->callstack_depth - 1];
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
trace.c | 84 elem = proc->callstack + proc->callstack_depth - 1;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.h | 214 struct r600_cf_callstack callstack[SQ_MAX_CALL_DEPTH]; member in struct:r600_bytecode
|
/external/webrtc/talk/app/webrtc/java/jni/ |
jni_helpers.h | 112 // callbacks (i.e. entry points that don't originate in a Java callstack
|