HomeSort by relevance Sort by last modified time
    Searched refs:GetFrameInfo (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat_file-inl.h 55 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FrameSizeInBytes();
63 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().CoreSpillMask();
71 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FpSpillMask();
oat_quick_method_header.h 166 QuickMethodFrameInfo GetFrameInfo() const {
stack.cc 757 return cur_oat_quick_method_header_->GetFrameInfo();
    [all...]
  /external/webp/src/mux/
muxedit.c 390 static WebPMuxError GetFrameInfo(
415 err = GetFrameInfo(frame_chunk, x_offset, y_offset, duration);

Completed in 3434 milliseconds