/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 225 static void *JITCompilerFn(void *Stub); 240 void RegisterStubResolver(void *Stub, JITResolver *Resolver) { in RegisterStubResolver() argument 242 Map.insert(std::make_pair(Stub, Resolver)); in RegisterStubResolver() 245 void UnregisterStubResolver(void *Stub) { in UnregisterStubResolver() argument 247 Map.erase(Stub); in UnregisterStubResolver() 250 JITResolver *getResolverFromStub(void *Stub) const { in getResolverFromStub() 256 std::map<void*, JITResolver*>::const_iterator I = Map.upper_bound(Stub); in getResolverFromStub() 529 void *&Stub = state.getFunctionToLazyStubMap(locked)[F]; in getLazyFunctionStub() local 530 if (Stub) return Stub; in getLazyFunctionStub() 551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub() [all …]
|
D | JIT.cpp | 492 Function *Stub = Function::Create(STy, Function::InternalLinkage, "", in runFunction() local 496 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); in runFunction() 546 GenericValue Result = runFunction(Stub, std::vector<GenericValue>()); in runFunction() 548 Stub->eraseFromParent(); in runFunction()
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.func-info | 8 2 66.7% 66.7% Stub: CompareStub_GE 24 2 66.7% Stub: CompareStub_GE
|
D | tickprocessor-test.log | 5 code-creation,Stub,0xf540a100,474,"CEntryStub" 7 code-creation,Stub,0xf541d0e0,47,"RuntimeStub_Math_exp"
|
D | tickprocessor-test-func-info.log | 5 code-creation,Stub,0x424260,348,"CompareStub_GE"
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 502 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() local 504 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext); in EmitFunctionStubs() 505 MCSymbol *AnonSymbol = GetAnonSym(Stub, OutContext); in EmitFunctionStubs() 507 OutStreamer.EmitLabel(Stub); in EmitFunctionStubs() 546 MCSymbol *Stub = Stubs[i].first; in EmitFunctionStubs() local 548 MCSymbol *LazyPtr = GetLazyPtr(Stub, OutContext); in EmitFunctionStubs() 552 OutStreamer.EmitLabel(Stub); in EmitFunctionStubs()
|
D | README.txt | 241 Darwin Stub removal: 251 Darwin Stub LICM optimization:
|
/external/webkit/Source/JavaScriptCore/ |
D | DerivedSources.pro | 69 # GENERATOR 2-A: JIT Stub functions for RVCT 78 # GENERATOR 2-B: JIT Stub functions for MSVC
|
D | ChangeLog-2008-08-10 | 4381 * wtf/TCSystemAlloc.cpp: Stub out TCMalloc_SystemCommit. 13368 Stub object used to reduce the need for multiple exception checks 14062 (KJS::JSVariableObject::isReadOnly): Stub method
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1021 unittest::TestService::Stub stub_; 1047 unittest::TestService::Stub owning_stub(channel, in TEST_F() 1110 TEST_F(GeneratedServiceTest, Stub) { in TEST_F() argument
|
/external/icu4c/config/ |
D | mh-os400 | 70 # Stub name overrides for iSeries
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_controller_unittest.mm | 37 // Stub model delegate
|
/external/webkit/Source/WebKit/wx/ |
D | ChangeLog | 1940 Stub implementations of mixed content methods of FrameLoaderClient. 2478 Stub out InspectorClientWx::hiddenPanels. 2503 Stub out documentElementAvailable(). 2647 Stub out FrameLoaderClient::dispatchDidFirstVisuallyNonEmptyLayout() 2880 Stub out new InspectorClient methods.
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 820 * gio/migration.xml: Stub of a migration chapter 821 * gio/overview.xml: Stub of an overview
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 4144 (QWebElement::evaluateJavaScript): Stub it out for now, 15281 Stub implementations of mixed content methods of FrameLoaderClient. 18278 Stub out InspectorClientQt::hiddenPanels. 18349 Stub out documentElementAvailable(). 19151 Stub out FrameLoaderClient::dispatchDidFirstVisuallyNonEmptyLayout() 19866 Stub out new InspectorClient methods. 27205 Build fix. Stub out ChromeClientQt::print. 28522 Stub for EditorClientQt::respondToChangedSelection 28951 Stub for new DragClient method
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 10030 Stub implementations of mixed content methods of FrameLoaderClient. 13289 Stub out InspectorClient::hiddenPanels. 13377 Stub out documentElementAvailable() 13777 Stub out FrameLoaderClient::dispatchDidFirstVisuallyNonEmptyLayout() 14311 Stub out new InspectorClient methods.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 8688 Stub out the UIClient. 12883 Stub out the runOpenPanel callback. 13340 Stub out the user agent so there is no change in behavior. 15544 Stub out the AuthenticationChallenge class family: 21781 (QWKPagePrivate::createContextMenuProxy): Stub to keep the build working. 21813 (WebKit::WebView::createContextMenuProxy): Stub for now. 23526 Stub out WebInspector objects and WKInspectorRef API. 23898 Stub out WebInspectorFrontendClient. 29833 Stub out a PluginProcessManager class 37285 Stub out functions. [all …]
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 1113 Stub out WebInspectorClient::hiddenPanels. 1266 Stub out documentElementAvailable() 18726 Temporary Link Stub fix for Back/Forward cache landing in OpenSource 19418 Stub for canHandleRequest() to remove FIXME from ContextMenu.cpp 20681 Stub out the new shouldShowDeleteInterface method.
|
D | ChangeLog | 3887 Stub out setEnableHighAccuracy method for the Win port. 9363 Stub implementations of mixed content methods of FrameLoaderClient.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 3490 …* rendering/RenderSVGInlineText.cpp: Special positionForCoordinates() implementation. Stub caretRe… 8991 (WebCore::IconDatabase::pageURLMappingCount): Stub for now 16726 (WebCore::SharedBuffer::createWithContentsOfFile): Stub for now 17007 Build fix. Stub out ChromeClientGdk::print and SVGEmptyChromeClient::print. 27196 Temporary Link Stub fix for Back/Forward cache landing in OpenSource 28403 Stub out functions in order to remove FIXMEs from ContextMenu.cpp 30759 Stub out GraphicsContextPlatformPrivate methods so that the HDC can 31638 …Stub out the mouse methods from the open source checkin and add a new member variable to track the… 39825 Gdk build fix with SVG enabled. Stub out ImageBufferCairo. 42336 Stub out new Editor methods for Qt and Gdk, and new SVGEmptyEditorClient methods [all …]
|
D | ChangeLog-2006-05-10 | 15252 Stub out Path methods to make cnn.com work. 16452 Stub out methods for selection and cursors. 17747 * platform/win/TemporaryLinkStubs.cpp: Stub out some more things 23412 Stub out the boring parts of the JPEG decoder also, so that
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 1849 Stub out the new WKUIClient function. 1909 Stub out new callback. 5074 (WTR::InjectedBundlePage::shouldLoadResourceForFrame): Stub implementation. 6939 Stub out runOpenPanel callback. 24619 Stub out EventSender for WebKitTestRunner 25297 Stub implementations for other platforms.
|
D | ChangeLog-2010-05-24 | 4959 Stub implementations. 30038 (LayoutTestController::setAlwaysAcceptCookies): Stub out method. 30052 (LayoutTestController::setAlwaysAcceptCookies): Stub out method. 30054 (LayoutTestController::setAlwaysAcceptCookies): Stub out method. 30361 * DumpRenderTree/win/LayoutTestControllerWin.cpp: Stub out whiteListAccessFromOrigin().
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 3962 (-[WebViewFactory runJavaScriptTextInputPanelWithPrompt:defaultText:returningText:]): Stub. 15625 bookmarks. Stub implementations; subclasses must implement.
|
D | ChangeLog-2010-01-29 | 3171 Stub implementations of mixed content methods of FrameLoaderClient. 9415 Stub out documentElementAvailable().
|