/external/llvm-project/lldb/source/Target/ |
D | UnwindLLDB.cpp | 26 : Unwind(thread), m_frames(), m_unwind_complete(false), in UnwindLLDB() 56 if ((m_frames.size() % FRAME_COUNT) == 0) { in DoGetFrameCount() 67 return m_frames.size(); in DoGetFrameCount() 71 if (m_frames.size() > 0) in AddFirstFrame() 96 m_frames.push_back(first_cursor_sp); in AddFirstFrame() 114 assert(m_frames.size() != 0 && in GetOneMoreFrame() 124 CursorSP prev_frame = m_frames.back(); in GetOneMoreFrame() 125 uint32_t cur_idx = m_frames.size(); in GetOneMoreFrame() 297 assert(m_frames.size() == 1 && "No. of cursor frames are not 1"); in UpdateUnwindPlanForFirstFrameIfInvalid() 309 for (uint32_t i = 1; i < m_frames.size(); i++) in UpdateUnwindPlanForFirstFrameIfInvalid() [all …]
|
D | StackFrameList.cpp | 38 : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(), in StackFrameList() 87 if (m_frames.empty()) in ResetCurrentInlinedDepth() 89 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth() 106 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth() 223 assert(m_frames.size() <= end_idx && "Expected there to be frames to fill"); in GetOnlyConcreteFramesUpTo() 236 m_frames.resize(num_frames); in GetOnlyConcreteFramesUpTo() 365 if (m_frames.empty()) in SynthesizeTailCallFrames() 378 StackFrame &prev_frame = *m_frames.back().get(); in SynthesizeTailCallFrames() 409 uint32_t frame_idx = m_frames.size(); in SynthesizeTailCallFrames() 424 m_frames.push_back(synth_frame); in SynthesizeTailCallFrames() [all …]
|
/external/skia/third_party/libgifcodec/ |
D | SkGifImageReader.cpp | 388 if (index < 0 || index >= m_frames.count()) { in getColorTable() 392 const SkGIFFrameContext* frameContext = m_frames[index].get(); in getColorTable() 454 SkGIFFrameContext* currentFrame = m_frames[frameIndex].get(); in decode() 473 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse in parse() 474 && m_frames[lastFrameToParse]->isComplete()) { in parse() 487 SkASSERT(!m_frames.empty()); in parse() 488 auto* frame = m_frames.back().get(); in parse() 494 SkASSERT(!m_frames.empty()); in parse() 495 auto* currentFrame = m_frames.back().get(); in parse() 636 SkGIFFrameContext* currentFrame = m_frames.back().get(); in parse() [all …]
|
D | SkGifImageReader.h | 316 const int frames = m_frames.count(); in imagesCount() 326 return m_frames.back()->reachedStartOfData() ? frames : frames - 1; in imagesCount() 342 return index >= 0 && index < m_frames.count() in frameContext() 343 ? m_frames[index].get() : nullptr; in frameContext() 347 for (int index = 0; index < m_frames.count(); index++) { in clearDecodeState() 348 m_frames[index]->clearDecodeState(); in clearDecodeState() 371 return m_frames.empty() || (m_frames.count() == 1 && !m_frames[0]->isComplete()); in currentFrameIsFirstFrame() 388 SkTArray<std::unique_ptr<SkGIFFrameContext>> m_frames; variable
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 358 if (index < 0 || index >= m_frames.count()) { in getColorTable() 362 const SkGIFFrameContext* frameContext = m_frames[index].get(); in getColorTable() 424 SkGIFFrameContext* currentFrame = m_frames[frameIndex].get(); in decode() 443 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse in parse() 444 && m_frames[lastFrameToParse]->isComplete()) { in parse() 457 SkASSERT(!m_frames.empty()); in parse() 458 auto* frame = m_frames.back().get(); in parse() 464 SkASSERT(!m_frames.empty()); in parse() 465 auto* currentFrame = m_frames.back().get(); in parse() 606 SkGIFFrameContext* currentFrame = m_frames.back().get(); in parse() [all …]
|
D | SkGifImageReader.h | 314 const int frames = m_frames.count(); in imagesCount() 324 return m_frames.back()->reachedStartOfData() ? frames : frames - 1; in imagesCount() 340 return index >= 0 && index < m_frames.count() in frameContext() 341 ? m_frames[index].get() : nullptr; in frameContext() 345 for (int index = 0; index < m_frames.count(); index++) { in clearDecodeState() 346 m_frames[index]->clearDecodeState(); in clearDecodeState() 369 return m_frames.empty() || (m_frames.count() == 1 && !m_frames[0]->isComplete()); in currentFrameIsFirstFrame() 386 SkTArray<std::unique_ptr<SkGIFFrameContext>> m_frames; variable
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | UnwindLLDB.h | 68 m_frames.clear(); in DoClear() 130 std::vector<CursorSP> m_frames; variable
|
D | StackFrameList.h | 135 collection m_frames; variable
|
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/ |
D | FDInterposing.cpp | 152 : m_string_sp(string_sp), m_frames(frames.begin(), frames.end()), in FDEvent() 161 Frames &GetFrames() { return m_frames; } in GetFrames() 163 const Frames &GetFrames() const { return m_frames; } in GetFrames() 180 Frames m_frames; member in fd_interposing::FDEvent 420 if (!m_frames.empty()) in Dump() 421 ::backtrace_symbols_fd(m_frames.data(), m_frames.size(), log_fd); in Dump()
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 7619 m_frames(NULL), in Block() 7623 Block::~Block() { delete[] m_frames; } in ~Block() 7635 assert(m_frames == NULL); in Parse() 7693 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7694 if (m_frames == NULL) in Parse() 7697 Frame& f = m_frames[0]; in Parse() 7726 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7727 if (m_frames == NULL) in Parse() 7730 if (!m_frames) in Parse() 7734 Frame* pf = m_frames; in Parse() [all …]
|
D | mkvparser.h | 112 Frame* m_frames; variable
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 7614 m_frames(NULL), in Block() 7618 Block::~Block() { delete[] m_frames; } in ~Block() 7630 assert(m_frames == NULL); in Parse() 7688 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7689 if (m_frames == NULL) in Parse() 7692 Frame& f = m_frames[0]; in Parse() 7721 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7722 if (m_frames == NULL) in Parse() 7725 if (!m_frames) in Parse() 7729 Frame* pf = m_frames; in Parse() [all …]
|
D | mkvparser.h | 112 Frame* m_frames; variable
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 7614 m_frames(NULL), in Block() 7618 Block::~Block() { delete[] m_frames; } in ~Block() 7630 assert(m_frames == NULL); in Parse() 7688 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7689 if (m_frames == NULL) in Parse() 7692 Frame& f = m_frames[0]; in Parse() 7721 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7722 if (m_frames == NULL) in Parse() 7725 if (!m_frames) in Parse() 7729 Frame* pf = m_frames; in Parse() [all …]
|
D | mkvparser.h | 112 Frame* m_frames; variable
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 7619 m_frames(NULL), in Block() 7623 Block::~Block() { delete[] m_frames; } in ~Block() 7635 assert(m_frames == NULL); in Parse() 7693 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7694 if (m_frames == NULL) in Parse() 7697 Frame& f = m_frames[0]; in Parse() 7726 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse() 7727 if (m_frames == NULL) in Parse() 7730 if (!m_frames) in Parse() 7734 Frame* pf = m_frames; in Parse() [all …]
|
D | mkvparser.h | 112 Frame* m_frames; variable
|