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

Unified Diff: runtime/vm/assembler_mips.h

Issue 1344153002: ARM & MIPS: Try to use the object pool before trying to embed a pointer, like ARM64 and X64. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
Index: runtime/vm/assembler_mips.h
diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
index 2ae9456faf16196d1ac873ef13399822eee9b21e..f3aaed52ea3a942db5018788bddc8809208723db 100644
--- a/runtime/vm/assembler_mips.h
+++ b/runtime/vm/assembler_mips.h
@@ -1518,6 +1518,7 @@ class Assembler : public ValueObject {
void EnterCallRuntimeFrame(intptr_t frame_space);
void LeaveCallRuntimeFrame();
+ bool CanLoadFromObjectPool(const Object& object) const;
void LoadWordFromPoolOffset(Register rd, int32_t offset);
void LoadObject(Register rd, const Object& object);
void LoadUniqueObject(Register rd, const Object& object);

Powered by Google App Engine
This is Rietveld 408576698