Home
last modified time | relevance | path

Searched refs:canHandle (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp52 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
60 static bool canHandle(Instruction *Inst) { in canHandle() function
145 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
153 static bool canHandle(Instruction *Inst) { in canHandle() function
397 if (SimpleValue::canHandle(Inst)) { in INITIALIZE_PASS_DEPENDENCY()
447 if (CallValue::canHandle(Inst)) { in INITIALIZE_PASS_DEPENDENCY()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_pixmapruntime.h48 static bool canHandle(QMetaType::Type hint);
Dqt_pixmapruntime.cpp360 bool QtPixmapInstance::canHandle(QMetaType::Type hint) in canHandle() function in JSC::Bindings::QtPixmapInstance
Dqt_runtime.cpp763 } else if (QtPixmapInstance::canHandle(static_cast<QMetaType::Type>(hint))) { in convertValueToQVariant()
903 if (QtPixmapInstance::canHandle(static_cast<QMetaType::Type>(variant.type()))) in convertQVariantToValue()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp783 …bool canHandle = WebCore::equalIgnoringFragmentIdentifier(request.url(), m_frame->document()->url(… in canHandleRequest() local
790 if (m_didReceiveServerRedirect && canHandle) in canHandleRequest()
794 return canHandle; in canHandleRequest()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp1771 bool canHandle = false; in canHandleDragAndDropForTarget() local
1790 canHandle = true; in canHandleDragAndDropForTarget()
1795 return canHandle; in canHandleDragAndDropForTarget()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-295864 (JSC::Bindings::QtPixmapInstance::canHandle): returns true if a