/dalvik/hit/src/com/android/hit/ |
RootObj.java | 41 public RootObj(RootType type, long id, int thread, StackTrace stack) { 45 mStack = stack;
|
/dalvik/tests/036-finalizer/src/ |
Main.java | 24 * stack. 51 * stack.
|
/dalvik/vm/arch/arm/ |
HintsEABI.cpp | 50 * L - number of double-words of storage required on the stack (0-30 words) 51 * F - pad flag -- if set, write a pad word to the stack before copying
|
/development/ndk/platforms/android-9/arch-x86/src/ |
__stack_chk_fail_local.h | 31 __stack_chk_fail routine is runtime part of stack protector compiler 32 feature. It's implemented in libc and represents die routine when stack
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Forwarding.java | 32 * <p>Example of removing yourself from the history stack after forwarding to 77 // history stack.
|
/development/scripts/gdb/ |
dalvik.gdb | 17 printf " stack save = %#x\n", $stackSave 48 Unwind Dalvik stack frames. Argument 0 is the frame address of the top
|
/development/scripts/ |
stack | 17 """stack symbolizes native crash dumps.""" 35 print " FILE should contain a stack trace in it somewhere"
|
/external/bluetooth/bluedroid/gki/common/ |
gki_debug.c | 103 ** stack used by looking non magic num. Magic num is consider 104 ** the first byte in the stack. 106 ** Returns the number of unused byte on the stack. 4 in case of stack overrun 116 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */ 131 ** Description Print task stack usage. 143 GKI_TRACE_0("TID TASKNAME STATE FREE_STACK STACK"); 262 print("TID VID TASKNAME STATE WAIT WAITFOR TIMEOUT STACK\n");
|
/external/bluetooth/bluedroid/stack/btu/ |
btu_init.c | 21 * This module contains the routines that load and shutdown the core stack 64 /* Initialize the mandatory core stack components */
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 55 // Stack of enclosing PHASE_BEGIN elements. 66 // Walk up the parent stack to find the corresponding BEGIN for this END.
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap.js | 35 // The first entry is total allocations across all stack traces. 56 // Walk down into the heap of stack traces.
|
/external/chromium_org/build/android/ |
developer_recommended_flags.gypi | 53 # set clang to 1, but Android stack traces will sometimes be incomplete. 57 # time. The downside is that stack traces will be missing useful information (like line
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_grouper.js | 59 // Stack of enclosing PHASE_BEGIN elements. 70 // Walk up the parent stack to find the corresponding BEGIN for this
|
/external/chromium_org/chrome/tools/process_dumps/ |
process_dumps_linux.py | 74 """Gets and prints the stack trace from a crash dump file. 81 A string representing the stack trace. 89 return 'Cannot get stack trace.' 91 # Retrieve stack trace from processor output. Processor output looks like: 101 # ... |--- crashed thread stack trace 106 # where each line of the stack trace looks like: 128 return 'Cannot get stack trace.' 274 'The processor is used to get stack trace from dumps. '
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 10 #include <stack> 127 std::stack<Operation*> stack_;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Assertions.cpp | 226 void WTFGetBacktrace(void** stack, int* size) 229 *size = backtrace(stack, *size); 243 *size = captureStackBackTraceFunc(0, *size, stack, 0); 262 void WTFPrintBacktrace(void** stack, int size) 269 if (dladdr(stack[i], &info) && info.dli_sname) 276 printf_stderr_common("%-3d %p %s\n", frameNumber, stack[i], cxaDemangled ? cxaDemangled : mangledName); 278 printf_stderr_common("%-3d %p\n", frameNumber, stack[i]); 325 // Needed otherwise we are going to dump the stack trace twice
|
/external/chromium_org/third_party/icu/source/i18n/ |
regeximp.h | 112 URX_STO_SP = 32, // Store the stack ptr. Operand is location within 113 // matcher data (not stack data) to store it. 114 URX_LD_SP = 33, // Load the stack pointer. Operand is location 117 // capture group variables in the state stack frame. 119 // within the matcher stack frame. 130 // Restore InputPos and Stack to saved values. 140 // capture group variables in the state stack frame. 279 // Match Engine State Stack Frame Layout.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_stack.c | 30 * Stack backtracing. 82 /* Limit the stack walk to avoid referencing undefined memory */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILFrameLowering.cpp | 10 // Interface to describe a layout of a stack frame on a AMDIL target machine 28 /// the stack frame of the specified index.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profiler.cc | 34 // Profile current program by sampling stack-trace every so often 269 void* stack[ProfileData::kMaxStackDepth]; local 273 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext)); 275 // We skip the top two stack trace entries (this function and one 281 int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1, 283 depth++; // To account for pc value in stack[0]; 285 instance->collector_.Add(depth, stack);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiler.cc | 34 // Profile current program by sampling stack-trace every so often 267 void* stack[ProfileData::kMaxStackDepth]; local 271 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext)); 273 // We skip the top two stack trace entries (this function and one 279 int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1, 281 depth++; // To account for pc value in stack[0]; 283 instance->collector_.Add(depth, stack);
|
/external/chromium_org/tools/deep_memory_profiler/ |
sorter.vm-map.json | 38 "name": "unhooked-stack", 39 "mapped_pathname": ".stack.",
|
/external/chromium_org/tools/memory_watcher/ |
memory_watcher.h | 28 CallStack* stack; member in struct:MemoryWatcher::StackTrack 76 // a stack track. Used to avoid recursive tracking.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_2.h | 26 // WARNING: do NOT create and use Menu2 on the stack. Menu2 notifies the model 27 // of selection AFTER a delay. This means that if use a Menu2 on the stack
|
/external/chromium_org/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 35 #include "regexp-stack.h" 54 * - esp : Points to tip of C stack. 55 * - ecx : Points to tip of backtrack stack 60 * The stack will have the following structure: 65 * backtracking stack) 159 // Pop Code* offset from backtrack stack, add Code* and jump to location. 316 // Put arguments into allocated stack area, last argument highest on stack. 649 // Tell the system that we have a stack frame. Because the type is MANUAL, no 653 // Actually emit code to start a new stack frame [all...] |