Searched refs:m_frames (Results 1 - 23 of 23) sorted by last modified time

/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp188 m_frames (frames.begin(), frames.end()),
211 return m_frames;
217 return m_frames;
246 Frames m_frames; member in class:fd_interposing::FDEvent
535 if (!m_frames.empty())
536 ::backtrace_symbols_fd (m_frames.data(), m_frames.size(), log_fd);
/external/lldb/include/lldb/Target/
H A DStackFrameList.h141 collection m_frames; member in class:lldb_private::StackFrameList
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp28 m_frames(),
52 if ((m_frames.size() % FRAME_COUNT) == 0)
66 return m_frames.size ();
72 if (m_frames.size() > 0)
96 m_frames.push_back (first_cursor_sp);
103 // For adding a non-zero stack frame to m_frames.
115 if (m_frames.size() == 0)
118 uint32_t cur_idx = m_frames.size ();
120 m_frames[cur_idx - 1]->reg_ctx_lldb_sp,
188 if (!m_frames
[all...]
H A DUnwindLLDB.h65 m_frames.clear();
87 // Iterate over the RegisterContextLLDB's in our m_frames vector, look for the first one that
108 std::vector<CursorSP> m_frames; member in class:lldb_private::UnwindLLDB
109 bool m_unwind_complete; // If this is true, we've enumerated all the frames in the stack, and m_frames.size() is the
110 // number of frames, etc. Otherwise we've only gone as far as directly asked, and m_frames.size()
/external/lldb/source/Target/
H A DStackFrameList.cpp49 m_frames (),
111 if (!m_frames[0]->IsInlined())
128 Block *block_ptr = m_frames[0]->GetFrameBlock();
261 if (m_frames.size() > end_idx || GetAllFramesFetched())
297 if (m_frames.empty())
315 m_frames.size(),
321 m_frames.push_back (unwind_frame_sp);
326 unwind_frame_sp = m_frames.front();
339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL));
340 m_frames
[all...]
/external/lldb/source/Utility/
H A DSharingPtr.cpp38 std::vector<void *> m_frames; member in class:Backtrace
42 Backtrace::Backtrace () : m_frames()
56 m_frames.assign (frames + 2, frames + (count - 2));
62 if (!m_frames.empty())
63 ::backtrace_symbols_fd (m_frames.data(), m_frames.size(), STDOUT_FILENO);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp9160 m_frames(NULL),
9169 delete[] m_frames;
9184 assert(m_frames == NULL);
9243 m_frames = new Frame[m_frame_count];
9245 Frame& f = m_frames[0];
9273 m_frames = new Frame[m_frame_count];
9274 assert(m_frames);
9278 Frame* pf = m_frames;
9343 pf = m_frames;
9367 Frame* pf = m_frames;
[all...]
H A Dmkvparser.hpp120 Frame* m_frames; member in class:mkvparser::Block
/external/libvpx/libwebm/
H A Dmkvparser.cpp7948 m_frames(NULL),
7952 Block::~Block() { delete[] m_frames; }
7964 assert(m_frames == NULL);
8022 m_frames = new Frame[m_frame_count];
8024 Frame& f = m_frames[0];
8052 m_frames = new Frame[m_frame_count];
8053 assert(m_frames);
8056 Frame* pf = m_frames;
8119 pf = m_frames;
8140 Frame* pf = m_frames;
[all...]
H A Dmkvparser.hpp109 Frame* m_frames; member in class:mkvparser::Block
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp7950 m_frames(NULL),
7954 Block::~Block() { delete[] m_frames; }
7966 assert(m_frames == NULL);
8024 m_frames = new Frame[m_frame_count];
8026 Frame& f = m_frames[0];
8054 m_frames = new Frame[m_frame_count];
8055 assert(m_frames);
8058 Frame* pf = m_frames;
8121 pf = m_frames;
8142 Frame* pf = m_frames;
[all...]
H A Dmkvparser.hpp109 Frame* m_frames; member in class:mkvparser::Block
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.cpp54 , m_frames()
76 , m_frames(0)
94 m_frames.grow(1);
95 m_frames[0].m_hasAlpha = !nativeImage->bitmap().isOpaque();
96 m_frames[0].m_frame = nativeImage;
97 m_frames[0].m_haveMetadata = true;
119 for (size_t i = 0; i < m_frames.size(); ++i) {
123 m_frames[i].clear(false);
135 for (size_t i = 0; i < m_frames.size(); ++i)
136 allFrameBytes += m_frames[
[all...]
H A DBitmapImage.h121 // Called before accessing m_frames[index]. Returns false on index out of bounds.
171 Vector<FrameData, 1> m_frames; // An array of the cached frames of the animation. We have to ref frames to pin them in the cache. member in class:blink::BitmapImage
H A DBitmapImageTest.cpp73 size_t frameDecodedSize(size_t frame) { return m_image->m_frames[frame].m_frameBytes; }
74 size_t decodedFramesCount() const { return m_image->m_frames.size(); }
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp371 GIFFrameContext* currentFrame = m_frames[frameIndex].get();
411 ASSERT(!m_frames.isEmpty());
413 m_frames.last()->addLzwBlock(currentComponentPosition, m_bytesToConsume);
418 ASSERT(!m_frames.isEmpty());
419 m_frames.last()->setDataSize(*currentComponent);
543 GIFFrameContext* currentFrame = m_frames.last().get();
668 GIFFrameContext* currentFrame = m_frames.last().get();
701 ASSERT(!m_frames.isEmpty());
702 m_frames.last()->localColorMap().setDefined();
713 ASSERT(!m_frames
[all...]
H A DGIFImageReader.h304 if (m_frames.isEmpty())
309 // FIXME: This extra complexity is not necessary and we should just report m_frames.size().
310 return m_frames.last()->isHeaderDefined() ? m_frames.size() : m_frames.size() - 1;
321 return index < m_frames.size() ? m_frames[index].get() : 0;
326 void clearDecodeState(size_t index) { m_frames[index]->clearDecodeState(); }
340 return m_frames.isEmpty() || (m_frames
357 Vector<OwnPtr<GIFFrameContext> > m_frames; member in class:GIFImageReader
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp277 m_frames.append(archive);
283 m_frames.append(subframe);
377 return m_frames.size();
382 return m_frames[index].get();
H A DMHTMLParser.h71 WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive> > m_frames; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.cpp462 m_frames.append(m_specifiedWebLocalFrameImpl);
468 for (int i = 0; i < static_cast<int>(m_frames.size()); ++i) {
469 WebLocalFrameImpl* currentFrame = m_frames[i];
481 m_frames.append(webFrame);
494 for (unsigned i = 0; i < m_frames.size(); ++i) {
495 WebLocalFrameImpl* webFrame = m_frames[i];
H A DWebPageSerializerImpl.h113 Vector<WebLocalFrameImpl*> m_frames; member in class:blink::WebPageSerializerImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptCallStack.cpp47 m_frames.swap(frames);
52 ASSERT(m_frames.size() > index);
53 return m_frames[index];
58 return m_frames.size();
74 for (size_t i = 0; i < m_frames.size(); i++)
75 frames->addItem(m_frames.at(i).buildInspectorObject());
H A DScriptCallStack.h65 Vector<ScriptCallFrame> m_frames; member in class:blink::FINAL

Completed in 4818 milliseconds