Home
last modified time | relevance | path

Searched refs:backtrace_capacity (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc224 size_t backtrace_capacity = backtrace_end - backtrace; in GetContextSnapshot() local
225 size_t top_frame_index = (backtrace_capacity >= frame_count) ? in GetContextSnapshot()
227 frame_count - backtrace_capacity; in GetContextSnapshot()
Dheap_profiler_allocation_register.cc77 size_t backtrace_capacity) in AllocationRegister() argument
79 backtraces_(backtrace_capacity) {} in AllocationRegister()
Dheap_profiler_allocation_register.h277 AllocationRegister(size_t allocation_capacity, size_t backtrace_capacity);