Searched refs:WalkStack (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/base/profiler/ |
D | stack_sampler.cc | 268 return WalkStack(unwind_data->module_cache(), &thread_context, in RecordStackFrames() 277 auto frames = WalkStack(unwind_data_->module_cache(), &thread_context, in RecordStackFrames() 301 return WalkStack(module_cache, thread_context, stack_top, in WalkStackForTesting() 332 std::vector<Frame> StackSampler::WalkStack( in WalkStack() function in base::StackSampler
|
D | stack_sampler.h | 129 static std::vector<Frame> WalkStack(ModuleCache* module_cache,
|
/external/cronet/stable/base/profiler/ |
D | stack_sampler.cc | 268 return WalkStack(unwind_data->module_cache(), &thread_context, in RecordStackFrames() 277 auto frames = WalkStack(unwind_data_->module_cache(), &thread_context, in RecordStackFrames() 301 return WalkStack(module_cache, thread_context, stack_top, in WalkStackForTesting() 332 std::vector<Frame> StackSampler::WalkStack( in WalkStack() function in base::StackSampler
|
D | stack_sampler.h | 129 static std::vector<Frame> WalkStack(ModuleCache* module_cache,
|