Searched refs:ScopedStackFrameLinker (Results 1 – 7 of 7) sorted by relevance
257 class BASE_EXPORT ScopedStackFrameLinker {259 ScopedStackFrameLinker(void* fp, void* parent_fp);261 ScopedStackFrameLinker(const ScopedStackFrameLinker&) = delete;262 ScopedStackFrameLinker& operator=(const ScopedStackFrameLinker&) = delete;264 ~ScopedStackFrameLinker();
426 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp) in ScopedStackFrameLinker() function in base::debug::ScopedStackFrameLinker431 ScopedStackFrameLinker::~ScopedStackFrameLinker() { in ~ScopedStackFrameLinker()
161 class BASE_EXPORT ScopedStackFrameLinker {163 ScopedStackFrameLinker(void* fp, void* parent_fp);164 ~ScopedStackFrameLinker();171 DISALLOW_COPY_AND_ASSIGN(ScopedStackFrameLinker);
263 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp) in ScopedStackFrameLinker() function in base::debug::ScopedStackFrameLinker268 ScopedStackFrameLinker::~ScopedStackFrameLinker() { in ~ScopedStackFrameLinker()
40 base::debug::ScopedStackFrameLinker jni_frame_linker( \