Searched refs:Backtrace (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/trace_event/ |
D | heap_profiler_allocation_context.cc | 27 Backtrace::Backtrace(): frame_count(0) {} in Backtrace() function in base::trace_event::Backtrace 29 bool operator==(const Backtrace& lhs, const Backtrace& rhs) { in operator ==() 34 bool operator!=(const Backtrace& lhs, const Backtrace& rhs) { in operator !=() 40 AllocationContext::AllocationContext(const Backtrace& backtrace, in AllocationContext() 56 using base::trace_event::Backtrace; 63 size_t hash<Backtrace>::operator()(const Backtrace& backtrace) const { in operator ()() 64 const void* values[Backtrace::kMaxFrameCount]; in operator ()() 74 size_t backtrace_hash = hash<Backtrace>()(ctx.backtrace); in operator ()()
|
D | heap_profiler_allocation_context.h | 68 struct BASE_EXPORT Backtrace { struct 69 Backtrace(); 79 bool BASE_EXPORT operator==(const Backtrace& lhs, const Backtrace& rhs); argument 80 bool BASE_EXPORT operator!=(const Backtrace& lhs, const Backtrace& rhs); 87 AllocationContext(const Backtrace& backtrace, const char* type_name); 89 Backtrace backtrace; 120 struct BASE_EXPORT hash<base::trace_event::Backtrace> { 121 size_t operator()(const base::trace_event::Backtrace& backtrace) const;
|
D | heap_profiler_allocation_register.h | 314 size_t operator () (const Backtrace& backtrace) const; 319 Backtrace, 342 BacktraceMap::KVIndex InsertBacktrace(const Backtrace& backtrace);
|
D | heap_profiler_allocation_register.cc | 34 const Backtrace& backtrace) const { in operator ()() 150 const Backtrace& backtrace) { in InsertBacktrace()
|
D | heap_profiler_allocation_context_tracker.cc | 211 static_assert(arraysize(frames) >= Backtrace::kMaxFrameCount, in GetContextSnapshot()
|
D | heap_profiler_heap_dump_writer.cc | 86 const Backtrace& backtrace = context_and_metrics.first->backtrace; in GetSubbuckets()
|
/external/valgrind/none/tests/ |
D | vgprintf.stderr.exp | 4 Backtrace line one
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 28 std::string Backtrace; member 327 return CRC->Backtrace; in getBacktrace()
|
/external/libunwind/src/ |
D | Makefile.am | 115 unwind/Backtrace.c unwind/DeleteException.c \
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 2970 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments. 2973 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments. 2976 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments. 13986 PASS: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test int_param_single_reg_loc 13988 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test struct_param_single_reg_loc (PRMS: symta… 13990 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test struct_param_two_reg_pieces (PRMS: symta… 13992 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test int_param_two_reg_pieces (PRMS: symtab/1… 19184 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect nothing 19186 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect regs 19188 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect args and locals [all …]
|
D | i686-pc-linux-gnu | 2736 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments. 2739 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments. 2742 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments. 19056 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect nothing 19058 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect regs 19060 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect args and locals 19062 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect stack mem expr 19064 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect nothing 19066 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect regs 19068 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect args and locals [all …]
|