Home
last modified time | relevance | path

Searched refs:ScopedStackFrameLinker (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/base/debug/
Dstack_trace.h257 class BASE_EXPORT ScopedStackFrameLinker {
259 ScopedStackFrameLinker(void* fp, void* parent_fp);
261 ScopedStackFrameLinker(const ScopedStackFrameLinker&) = delete;
262 ScopedStackFrameLinker& operator=(const ScopedStackFrameLinker&) = delete;
264 ~ScopedStackFrameLinker();
Dstack_trace.cc426 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp) in ScopedStackFrameLinker() function in base::debug::ScopedStackFrameLinker
431 ScopedStackFrameLinker::~ScopedStackFrameLinker() { in ~ScopedStackFrameLinker()
/external/cronet/tot/base/debug/
Dstack_trace.h257 class BASE_EXPORT ScopedStackFrameLinker {
259 ScopedStackFrameLinker(void* fp, void* parent_fp);
261 ScopedStackFrameLinker(const ScopedStackFrameLinker&) = delete;
262 ScopedStackFrameLinker& operator=(const ScopedStackFrameLinker&) = delete;
264 ~ScopedStackFrameLinker();
Dstack_trace.cc426 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp) in ScopedStackFrameLinker() function in base::debug::ScopedStackFrameLinker
431 ScopedStackFrameLinker::~ScopedStackFrameLinker() { in ~ScopedStackFrameLinker()
/external/libchrome/base/debug/
Dstack_trace.h161 class BASE_EXPORT ScopedStackFrameLinker {
163 ScopedStackFrameLinker(void* fp, void* parent_fp);
164 ~ScopedStackFrameLinker();
171 DISALLOW_COPY_AND_ASSIGN(ScopedStackFrameLinker);
Dstack_trace.cc263 ScopedStackFrameLinker::ScopedStackFrameLinker(void* fp, void* parent_fp) in ScopedStackFrameLinker() function in base::debug::ScopedStackFrameLinker
268 ScopedStackFrameLinker::~ScopedStackFrameLinker() { in ~ScopedStackFrameLinker()
/external/libchrome/base/android/
Djni_android.h40 base::debug::ScopedStackFrameLinker jni_frame_linker( \