Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler_unittest.cc408 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
426 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
443 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
465 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
493 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
526 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST()
H A Dstack_sampler.h82 static std::vector<Frame> WalkStackForTesting(
H A Dstack_sampler.cc180 std::vector<Frame> StackSampler::WalkStackForTesting( in WalkStackForTesting() function in base::StackSampler