Searched defs:canHandle (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp52 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
60 static bool canHandle(Instruction *Inst) { function in struct:__anon9085::SimpleValue
145 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
153 static bool canHandle(Instruction *Inst) { function in struct:__anon9086::CallValue
397 if (SimpleValue::canHandle(Inst)) {
447 if (CallValue::canHandle(Inst)) {
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp360 bool QtPixmapInstance::canHandle(QMetaType::Type hint) function in class:JSC::Bindings::QtPixmapInstance
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1771 bool canHandle = false; local
1790 canHandle = true;
1795 return canHandle;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp783 bool canHandle = WebCore::equalIgnoringFragmentIdentifier(request.url(), m_frame->document()->url()) || local
790 if (m_didReceiveServerRedirect && canHandle)
794 return canHandle;

Completed in 110 milliseconds