Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 7757) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -847,7 +847,9 @@ |
// Calls |
void call(Label* L); |
void call(byte* entry, RelocInfo::Mode rmode); |
+ int CallSize(const Operand& adr); |
void call(const Operand& adr); |
+ int CallSize(Handle<Code> code, RelocInfo::Mode mode); |
void call(Handle<Code> code, |
RelocInfo::Mode rmode, |
unsigned ast_id = kNoASTId); |