Searched refs:ExpectStackFramePointers (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/base/debug/ |
H A D | stack_trace_unittest.cc | 353 NOINLINE NOOPT void ExpectStackFramePointers(const void** frames, in ExpectStackFramePointers() function 360 ExpectStackFramePointers<Depth - 1>(frames, max_depth, copy_stack); in ExpectStackFramePointers() 371 NOINLINE NOOPT void ExpectStackFramePointers<1>(const void** frames, in ExpectStackFramePointers() function 409 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/false); in TEST_F() 427 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/true); in TEST_F()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | stack_trace_unittest.cc | 261 void NOINLINE ExpectStackFramePointers(const void** frames, in ExpectStackFramePointers() function 267 ExpectStackFramePointers<Depth - 1>(frames, max_depth); in ExpectStackFramePointers() 277 void NOINLINE ExpectStackFramePointers<1>(const void** frames, in ExpectStackFramePointers() function 304 ExpectStackFramePointers<kDepth>(frames, kDepth); in TEST_F()
|