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

Issue 2035453002: Pixels class prototype and test (not to be committed).

Created:
4 years, 6 months ago by regis
Modified:
4 years, 5 months ago
Reviewers:
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Pixels class prototype and test (not to be committed).

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : sync #

Patch Set 4 : add Pixels VM class #

Patch Set 5 : work in progress #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1505 lines, -389 lines) Patch
M runtime/lib/bigint.dart View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
M runtime/lib/core_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/double.cc View 1 2 3 3 chunks +55 lines, -0 lines 0 comments Download
M runtime/lib/double.dart View 1 2 3 4 chunks +39 lines, -1 line 0 comments Download
M runtime/lib/integers.dart View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
A runtime/lib/pixels.dart View 1 2 3 1 chunk +355 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/get_source_report_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/ast.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/clustered_snapshot.cc View 1 2 3 3 chunks +80 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 2 3 8 chunks +310 lines, -310 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 2 chunks +47 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 9 chunks +165 lines, -1 line 0 comments Download
M runtime/vm/object_service.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 3 4 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/parser.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 5 chunks +20 lines, -0 lines 0 comments Download
M runtime/vm/parser_test.cc View 11 chunks +26 lines, -26 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 5 chunks +19 lines, -4 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
M runtime/vm/scanner.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 2 3 4 2 chunks +15 lines, -14 lines 0 comments Download
M runtime/vm/token.h View 2 chunks +2 lines, -0 lines 0 comments Download
M sdk/lib/core/num.dart View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
A tests/language/vm/pixels_test.dart View 1 2 3 1 chunk +214 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698