HomeSort by relevance Sort by last modified time
    Searched defs:ScopedStackFrameLinker (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/debug/
stack_trace.h 154 // ScopedStackFrameLinker linker(__builtin_frame_address(0), g_saved_fp);
168 // parent frame address. Without ScopedStackFrameLinker unwinding would've
170 // ScopedStackFrameLinker overwrites callback's parent frame address with
173 class BASE_EXPORT ScopedStackFrameLinker {
175 ScopedStackFrameLinker(void* fp, void* parent_fp);
176 ~ScopedStackFrameLinker();
183 DISALLOW_COPY_AND_ASSIGN(ScopedStackFrameLinker);
stack_trace.cc 277 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp)
282 ScopedStackFrameLinker::~ScopedStackFrameLinker() {

Completed in 135 milliseconds