Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index b01e4967d77a62f7baf45d7905abfe1ddfd815d3..08717ea5454ffb9b5fe628154410ca4b01c654bd 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -285,6 +285,14 @@ class LCodeGen BASE_EMBEDDED { |
Label* is_not_object, |
Label* is_object); |
+ // Emits optimized code for %_IsString(x). Preserves input register. |
+ // Returns the condition on which a final split to |
+ // true and false label should be made, to optimize fallthrough. |
+ Condition EmitIsString(Register input, |
+ Register temp1, |
+ Label* is_not_object, |
+ Label* is_object); |
+ |
// Emits optimized code for %_IsConstructCall(). |
// Caller should branch on equal condition. |
void EmitIsConstructCall(Register temp1, Register temp2); |