Index: src/arm/macro-assembler-arm.h |
=================================================================== |
--- src/arm/macro-assembler-arm.h (revision 7663) |
+++ src/arm/macro-assembler-arm.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -105,13 +105,7 @@ |
int CallSize(byte* target, RelocInfo::Mode rmode, Condition cond = al); |
void Call(byte* target, RelocInfo::Mode rmode, Condition cond = al); |
int CallSize(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); |
- void Call(Handle<Code> code, |
- RelocInfo::Mode rmode, |
- Condition cond = al); |
- void CallWithAstId(Handle<Code> code, |
- RelocInfo::Mode rmode, |
- unsigned ast_id, |
- Condition cond = al); |
+ void Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); |
void Ret(Condition cond = al); |
// Emit code to discard a non-negative number of pointer-sized elements |
@@ -964,9 +958,7 @@ |
void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al); |
int CallSize(intptr_t target, RelocInfo::Mode rmode, Condition cond = al); |
- void Call(intptr_t target, |
- RelocInfo::Mode rmode, |
- Condition cond = al); |
+ void Call(intptr_t target, RelocInfo::Mode rmode, Condition cond = al); |
// Helper functions for generating invokes. |
void InvokePrologue(const ParameterCount& expected, |