Home
last modified time | relevance | path

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

/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( \