Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: dart/runtime/vm/stub_code.h

Issue 119673004: Version 1.1.0-dev.5.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/runtime/vm/snapshot.cc ('k') | dart/runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_STUB_CODE_H_ 5 #ifndef VM_STUB_CODE_H_
6 #define VM_STUB_CODE_H_ 6 #define VM_STUB_CODE_H_
7 7
8 #include "vm/allocation.h" 8 #include "vm/allocation.h"
9 #include "vm/assembler.h" 9 #include "vm/assembler.h"
10 10
(...skipping 17 matching lines...) Expand all
28 V(CallNoSuchMethodFunction) \ 28 V(CallNoSuchMethodFunction) \
29 V(InstanceFunctionLookup) \ 29 V(InstanceFunctionLookup) \
30 V(CallStaticFunction) \ 30 V(CallStaticFunction) \
31 V(CallClosureFunction) \ 31 V(CallClosureFunction) \
32 V(FixCallersTarget) \ 32 V(FixCallersTarget) \
33 V(Deoptimize) \ 33 V(Deoptimize) \
34 V(DeoptimizeLazy) \ 34 V(DeoptimizeLazy) \
35 V(BreakpointRuntime) \ 35 V(BreakpointRuntime) \
36 V(BreakpointStatic) \ 36 V(BreakpointStatic) \
37 V(BreakpointReturn) \ 37 V(BreakpointReturn) \
38 V(DebugStepCheck) \
38 V(Subtype1TestCache) \ 39 V(Subtype1TestCache) \
39 V(Subtype2TestCache) \ 40 V(Subtype2TestCache) \
40 V(Subtype3TestCache) \ 41 V(Subtype3TestCache) \
41 V(GetStackPointer) \ 42 V(GetStackPointer) \
42 V(JumpToExceptionHandler) \ 43 V(JumpToExceptionHandler) \
43 V(UnoptimizedIdenticalWithNumberCheck) \ 44 V(UnoptimizedIdenticalWithNumberCheck) \
44 V(OptimizedIdenticalWithNumberCheck) \ 45 V(OptimizedIdenticalWithNumberCheck) \
45 V(CompileFunctionRuntimeCall) \ 46 V(CompileFunctionRuntimeCall) \
46 47
47 // Is it permitted for the stubs above to refer to Object::null(), which is 48 // Is it permitted for the stubs above to refer to Object::null(), which is
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 Assembler* assembler, 209 Assembler* assembler,
209 const Register left, 210 const Register left,
210 const Register right, 211 const Register right,
211 const Register temp1 = kNoRegister, 212 const Register temp1 = kNoRegister,
212 const Register temp2 = kNoRegister); 213 const Register temp2 = kNoRegister);
213 }; 214 };
214 215
215 } // namespace dart 216 } // namespace dart
216 217
217 #endif // VM_STUB_CODE_H_ 218 #endif // VM_STUB_CODE_H_
OLDNEW
« no previous file with comments | « dart/runtime/vm/snapshot.cc ('k') | dart/runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698