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

Unified Diff: runtime/vm/assembler_arm.cc

Issue 1433243003: Background compilation work: (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: d Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/assembler_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm.cc
diff --git a/runtime/vm/assembler_arm.cc b/runtime/vm/assembler_arm.cc
index 6c016c9c21f64efcf27fc0305de4ca087c769d34..c86b2e9043d897a29566d90c1abc28a6051d77fa 100644
--- a/runtime/vm/assembler_arm.cc
+++ b/runtime/vm/assembler_arm.cc
@@ -1516,6 +1516,7 @@ void Assembler::LoadWordFromPoolOffset(Register rd,
void Assembler::CheckCodePointer() {
#ifdef DEBUG
+ Comment("CheckCodePointer");
Label cid_ok, instructions_ok;
Push(R0);
Push(IP);
@@ -3252,6 +3253,7 @@ void Assembler::ReserveAlignedFrameSpace(intptr_t frame_space) {
void Assembler::EnterCallRuntimeFrame(intptr_t frame_space) {
+ Comment("EnterCallRuntimeFrame");
// Preserve volatile CPU registers and PP.
EnterFrame(kDartVolatileCpuRegs | (1 << PP) | (1 << FP), 0);
COMPILE_ASSERT((kDartVolatileCpuRegs & (1 << PP)) == 0);
« no previous file with comments | « no previous file | runtime/vm/assembler_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698