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

Unified Diff: src/arm64/lithium-codegen-arm64.h

Issue 577273002: [arm64] cleanup heap numbers detection (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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: src/arm64/lithium-codegen-arm64.h
diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h
index 4ee8a8bba6dfbdb15a27bb054c37c9cb7c0d789c..89483a62ed334c046b3d80067b5fd4f849d350a6 100644
--- a/src/arm64/lithium-codegen-arm64.h
+++ b/src/arm64/lithium-codegen-arm64.h
@@ -228,6 +228,7 @@ class LCodeGen: public LCodeGenBase {
LInstruction* instr);
void DeoptimizeIfNotRoot(Register rt, Heap::RootListIndex index,
LInstruction* instr);
+ void DeoptimizeIfNotHeapNumber(Register object, LInstruction* instr);
void DeoptimizeIfMinusZero(DoubleRegister input, LInstruction* instr);
void DeoptimizeIfBitSet(Register rt, int bit, LInstruction* instr);
void DeoptimizeIfBitClear(Register rt, int bit, LInstruction* instr);

Powered by Google App Engine
This is Rietveld 408576698