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

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

Issue 140793010: Eliminate another debugger stub (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « runtime/vm/debugger_x64.cc ('k') | 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 15 matching lines...) Expand all
26 V(CallNativeCFunction) \ 26 V(CallNativeCFunction) \
27 V(AllocateArray) \ 27 V(AllocateArray) \
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) \
37 V(DebugStepCheck) \ 36 V(DebugStepCheck) \
38 V(Subtype1TestCache) \ 37 V(Subtype1TestCache) \
39 V(Subtype2TestCache) \ 38 V(Subtype2TestCache) \
40 V(Subtype3TestCache) \ 39 V(Subtype3TestCache) \
41 V(GetStackPointer) \ 40 V(GetStackPointer) \
42 V(JumpToExceptionHandler) \ 41 V(JumpToExceptionHandler) \
43 V(UnoptimizedIdenticalWithNumberCheck) \ 42 V(UnoptimizedIdenticalWithNumberCheck) \
44 V(OptimizedIdenticalWithNumberCheck) \ 43 V(OptimizedIdenticalWithNumberCheck) \
45 V(CompileFunctionRuntimeCall) \ 44 V(CompileFunctionRuntimeCall) \
46 45
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 Assembler* assembler, 207 Assembler* assembler,
209 const Register left, 208 const Register left,
210 const Register right, 209 const Register right,
211 const Register temp1 = kNoRegister, 210 const Register temp1 = kNoRegister,
212 const Register temp2 = kNoRegister); 211 const Register temp2 = kNoRegister);
213 }; 212 };
214 213
215 } // namespace dart 214 } // namespace dart
216 215
217 #endif // VM_STUB_CODE_H_ 216 #endif // VM_STUB_CODE_H_
OLDNEW
« no previous file with comments | « runtime/vm/debugger_x64.cc ('k') | runtime/vm/stub_code_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698