HomeSort by relevance Sort by last modified time
    Searched refs:trace_function (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/test/
backtrace_test.pass.cpp 17 trace_function(struct _Unwind_Context*, void* ntraced) { function
27 _Unwind_Backtrace(trace_function, ntraced);
35 _Unwind_Backtrace(trace_function, ntraced);
  /external/libcxx/utils/libcxx/test/
tracing.py 14 def trace_function(function, log_calls, log_results, label=''): function
41 setattr(obj, name, trace_function(member, log_calls,
executor.py 162 self.local_run = tracing.trace_function(
  /bionic/libc/malloc_debug/
backtrace.cpp 83 static _Unwind_Reason_Code trace_function(__unwind_context* context, void* arg) { function
131 _Unwind_Backtrace(trace_function, &state);

Completed in 528 milliseconds