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

  /dalvik/vm/interp/
Jit.cpp 189 int frameBytes = (int) shadowSpace->registerSpace +
211 ALOGD("Frame1 Bytes: %d Frame2 Local: %d Bytes: %d", frameBytes,
302 int frameBytes = (int) shadowSpace->registerSpace +
305 if (memcmp(shadowSpace->fp, shadowSpace->shadowFP, frameBytes)) {
315 (int)shadowSpace->fp, frameBytes);
318 frameBytes/4);
320 (int)shadowSpace->shadowFP, frameBytes);
323 frameBytes/4);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.cpp 268 unsigned frameBytes = m_frames[i].m_frameBytes;
270 frameBytesCleared += (m_frames[i].clear(true) ? frameBytes : 0);

Completed in 155 milliseconds