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

Unified Diff: runtime/vm/assembler_arm64.h

Issue 259903002: Enables all codegen tests for arm64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 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_arm64.h
===================================================================
--- runtime/vm/assembler_arm64.h (revision 35440)
+++ runtime/vm/assembler_arm64.h (working copy)
@@ -699,6 +699,7 @@
// pool pointer is in another register, or that it is not available at all,
// PP should be passed for pp.
void AddImmediate(Register dest, Register rn, int64_t imm, Register pp);
+ void TestImmediate(Register rn, int64_t imm, Register pp);
void CompareImmediate(Register rn, int64_t imm, Register pp);
void LoadFromOffset(Register dest, Register base, int32_t offset,
@@ -754,6 +755,7 @@
LoadObject(TMP, object, pp);
Push(TMP);
}
+ void CompareObject(Register reg, const Object& object, Register pp);
void LoadClassId(Register result, Register object);
void LoadClassById(Register result, Register class_id);
@@ -777,6 +779,10 @@
void EnterStubFrame(bool load_pp = false);
void LeaveStubFrame();
+ void UpdateAllocationStats(intptr_t cid,
+ Register temp_reg,
+ Heap::Space space = Heap::kNew);
+
private:
AssemblerBuffer buffer_; // Contains position independent code.
« 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