Changeset 178693 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jan 19, 2015, 9:01:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r178692 r178693 1 1 /* 2 * Copyright (C) 2008 , 2009, 2010, 2011, 2012, 2013, 2014Apple Inc. All rights reserved.2 * Copyright (C) 2008-2015 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2008 Cameron Zwarich <[email protected]> 4 4 * … … 988 988 double optimizationThresholdScalingFactor(); 989 989 990 #if ENABLE(JIT)991 ClosureCallStubRoutine* findClosureCallForReturnPC(ReturnAddressPtr);992 #endif993 994 990 void updateAllPredictionsAndCountLiveness(unsigned& numberOfLiveNonArgumentValueProfiles, unsigned& numberOfSamplesInProfiles); 995 991
Note:
See TracChangeset
for help on using the changeset viewer.