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

Unified Diff: runtime/vm/instructions_mips.h

Issue 1175523002: Object pool with support for untagged entries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « runtime/vm/instructions_arm64.cc ('k') | runtime/vm/instructions_mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/instructions_mips.h
diff --git a/runtime/vm/instructions_mips.h b/runtime/vm/instructions_mips.h
index 2a9e2e14ee0c18642c887d71c6ba8c379376f26c..0091a952cac7d5751d51e67aa45e1856c5b9a1e3 100644
--- a/runtime/vm/instructions_mips.h
+++ b/runtime/vm/instructions_mips.h
@@ -23,7 +23,7 @@ class InstructionPattern : public AllStatic {
// being loaded and the loaded object in the output parameters 'reg' and
// 'obj' respectively.
static uword DecodeLoadObject(uword end,
- const Array& object_pool,
+ const ObjectPool& object_pool,
Register* reg,
Object* obj);
@@ -64,7 +64,7 @@ class CallPattern : public ValueObject {
static void InsertAt(uword pc, uword target_address);
private:
- const Array& object_pool_;
+ const ObjectPool& object_pool_;
uword end_;
uword args_desc_load_end_;
« no previous file with comments | « runtime/vm/instructions_arm64.cc ('k') | runtime/vm/instructions_mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698