Index: src/arm/assembler-arm.h |
=================================================================== |
--- src/arm/assembler-arm.h (revision 7916) |
+++ src/arm/assembler-arm.h (working copy) |
@@ -1220,6 +1220,7 @@ |
// Check if is time to emit a constant pool for pending reloc info entries |
void CheckConstPool(bool force_emit, bool require_jump); |
+ static int MaxNumPRInfo() { return kMaxNumPRInfo; } |
Søren Thygesen Gjesse
2011/05/18 06:47:13
No need to make accessors for constants - just mak
Alexandre
2011/05/18 09:13:07
Done. I hesitated to do so as everything was decla
|
protected: |
// Relocation for a type-recording IC has the AST id added to it. This |