HomeSort by relevance Sort by last modified time
    Searched defs:backtrace (Results 1 - 25 of 42) sorted by null

1 2

  /external/libunwind_llvm/test/
libunwind_01.pass.cpp 4 void backtrace(int lower_bound) { function
25 backtrace(i);
29 backtrace(i);
34 backtrace(i);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 52 def backtrace!
53 Call.convert_backtrace( backtrace )
  /frameworks/av/media/utils/
MemoryLeakTrackUtil.cpp 78 // based on the backtrace.
83 uintptr_t backtrace[]; member in struct:android::AllocEntry
90 oss << backtrace_string(e->backtrace, backtraceSize) << "\n";
  /external/v8/src/base/debug/
stack_trace_android.cc 79 std::string backtrace = ToString(); local
80 OS::Print("%s\n", backtrace.c_str());
  /frameworks/base/cmds/statsd/src/guardrail/
MemoryLeakTrackUtil.cpp 78 // based on the backtrace.
83 uintptr_t backtrace[]; member in struct:android::os::statsd::AllocEntry
90 oss << backtrace_string(e->backtrace, backtraceSize) << "\n";
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.h 22 // The backtrace in the allocation context is a snapshot of the stack. For now,
25 // case, |Backtrace| and |AllocationContextTracker::GetContextSnapshot| might
28 // The number of stack frames stored in the backtrace is a trade off between
38 // Represents (pseudo) stack frame. Used in Backtrace class below.
68 struct BASE_EXPORT Backtrace {
69 Backtrace();
79 bool BASE_EXPORT operator==(const Backtrace& lhs, const Backtrace& rhs);
80 bool BASE_EXPORT operator!=(const Backtrace& lhs, const Backtrace& rhs)
89 Backtrace backtrace; member in struct:base::trace_event::AllocationContext
    [all...]
heap_profiler_allocation_context_tracker.cc 166 auto* backtrace = std::begin(ctx->backtrace.frames); local
167 auto* backtrace_end = std::end(ctx->backtrace.frames);
181 *backtrace++ = StackFrame::FromThreadName(thread_name_);
192 if (backtrace == backtrace_end) {
195 *backtrace++ =
202 // Backtrace contract requires us to return bottom frames, i.e.
207 static_assert(arraysize(frames) >= Backtrace::kMaxFrameCount,
208 "not requesting enough frames to fill Backtrace");
220 size_t backtrace_capacity = backtrace_end - backtrace;
    [all...]
heap_profiler_heap_dump_writer.cc 86 const Backtrace& backtrace = context_and_metrics.first->backtrace; local
87 const StackFrame* begin = std::begin(backtrace.frames);
88 const StackFrame* end = begin + backtrace.frame_count;
176 // There is no need to compare |size|. If the backtrace and type name are
200 const StackFrame* backtrace_begin = std::begin(context->backtrace.frames);
202 DCHECK_LE(bucket.backtrace_cursor, arraysize(context->backtrace.frames));
231 // by type name, then by backtrace, or first by backtrace and then by type)
    [all...]
  /external/libmojo/base/debug/
stack_trace_android.cc 81 std::string backtrace = ToString(); local
82 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 47 struct Backtrace {
52 } backtrace; member in struct:android::Leak
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 71 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
150 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
330 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
  /system/core/debuggerd/
crash_dump.cpp 52 #include "libdebuggerd/backtrace.h"
512 bool backtrace = false; local
516 // 1: dump backtrace
520 backtrace = false;
522 backtrace = true;
531 LOG(FATAL) << "failed to create backtrace map";
540 if (backtrace) {
  /libcore/ojluni/src/main/java/java/lang/
Throwable.java 121 * Native code saves some indication of the stack backtrace in this slot.
123 private transient volatile Object backtrace; field in class:Throwable
478 * Prints this throwable and its backtrace to the
507 * The backtrace for a throwable with an initialized, non-null cause
508 * should generally include the backtrace for the cause. The format
631 * Prints this throwable and its backtrace to the specified print stream.
706 * Prints this throwable and its backtrace to the specified
774 backtrace != null /* Out of protocol state */ ) {
775 backtrace = nativeFillInStackTrace();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 1500 string backtrace; local
    [all...]
  /system/core/libbacktrace/
backtrace_test.cpp 44 #include <backtrace/Backtrace.h>
45 #include <backtrace/BacktraceMap.h>
72 // The list of shared libaries that make up the backtrace library.
85 Backtrace* backtrace; member in struct:dump_thread_t
90 typedef Backtrace* (*create_func_t)(pid_t, pid_t, BacktraceMap*);
93 static void VerifyLevelDump(Backtrace* backtrace, create_func_t create_func = nullptr,
95 static void VerifyMaxDump(Backtrace* backtrace, create_func_t create_func = nullptr
    [all...]
  /external/honggfuzz/
honggfuzz.h 292 uint64_t backtrace; member in struct:__anon21199
  /frameworks/base/core/jni/
android_os_Debug.cpp 1038 uintptr_t* backtrace = (uintptr_t*) (ptr + sizeof(size_t) * 2); local
    [all...]
  /art/runtime/gc/
heap.cc 3922 FixedSizeBacktrace<kMaxFrames> backtrace; local
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /external/sqlite/dist/orig/
sqlite3.c 21713 # define backtrace macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 21713 # define backtrace macro
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.51/
kotlin-compiler-embeddable-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 

Completed in 1433 milliseconds

1 2