Changeset 163027 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.h
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.h
r155023 r163027 1 1 /* 2 * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2011, 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 41 41 namespace DFG { 42 42 43 class Worklist;44 45 43 JS_EXPORT_PRIVATE unsigned getNumCompilations(); 46 44 … … 48 46 // compile. Even if we do a synchronous compile, we call the callback with the result. 49 47 CompilationResult compile( 50 VM&, CodeBlock*, Co mpilationMode, unsigned osrEntryBytecodeIndex,51 const Operands<JSValue>& mustHandleValues,52 PassRefPtr<DeferredCompilationCallback> , Worklist*);48 VM&, CodeBlock*, CodeBlock* profiledDFGCodeBlock, CompilationMode, 49 unsigned osrEntryBytecodeIndex, const Operands<JSValue>& mustHandleValues, 50 PassRefPtr<DeferredCompilationCallback>); 53 51 54 52 } } // namespace JSC::DFG
Note:
See TracChangeset
for help on using the changeset viewer.