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

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 450 if (m_jit->canReuse(op1.index()))
463 if (m_jit->canReuse(op1.index()))
465 else if (m_jit->canReuse(op2.index()))
477 if (m_jit->canReuse(op1.index()))
490 if (m_jit->canReuse(op1.index()))
492 else if (m_jit->canReuse(op2.index()))
504 if (m_jit->canReuse(op1.index()))
516 if (m_jit->canReuse(op1.index()))
535 if (m_jit->canReuse(op1.index()))
548 if (m_jit->canReuse(op1.index())
    [all...]
DFGGenerationInfo.h 141 bool canReuse()
DFGJITCodeGenerator.h 95 bool canReuse(NodeIndex nodeIndex)
99 return info.canReuse();
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 140 boolean canReuse = canReuseScreenNail();
158 openModule(mCurrentModule, canReuse);
168 private void openModule(CameraModule module, boolean canReuse) {
169 module.init(this, mFrame, canReuse && canReuseScreenNail());
  /packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java 203 boolean canReuse = canReuseScreenNail();
223 openModule(mCurrentModule, canReuse);
268 private void openModule(CameraModule module, boolean canReuse) {
269 module.init(this, mFrame, canReuse && canReuseScreenNail());
  /external/skia/tests/
ClipCacheTest.cpp 117 // push, pop, set, canReuse & getters
186 // check to make sure canReuse works
187 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
188 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1));
  /external/skia/src/gpu/
GrClipMaskCache.h 34 bool canReuse(int32_t clipGenID, const SkIRect& bounds) {
GrClipMaskManager.cpp 388 bool cached = fAACache.canReuse(clipStackGenID, clipSpaceIBounds);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 169 milliseconds