|
Refactor service code and service method parameters
- Move service isolate code into service_isolate.cc
- Reorganize service isolate code
- Unify isolate and root message handlers
- Add MethodParameter classes
- Add parameter list to service method table
- Use parameter list for getCpuProfile RPC
- Update service_test.cc to work with required isolateId parameter.
R=turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43735
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1644 lines, -1292 lines) |
Patch |
|
M |
runtime/vm/dart.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/debugger.cc
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.cc
|
View
|
1
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service.h
|
View
|
1
|
4 chunks |
+6 lines, -47 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service.cc
|
View
|
1
2
|
30 chunks |
+842 lines, -1222 lines |
0 comments
|
Download
|
|
A |
runtime/vm/service_isolate.h
|
View
|
1
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/service_isolate.cc
|
View
|
1
|
1 chunk |
+685 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service_test.cc
|
View
|
|
6 chunks |
+31 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/vm/vm_sources.gypi
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|