Index: src/codegen.cc |
=================================================================== |
--- src/codegen.cc (revision 2171) |
+++ src/codegen.cc (working copy) |
@@ -306,8 +306,8 @@ |
#ifdef ENABLE_OPROFILE_AGENT |
OProfileAgent::CreateNativeCodeRegion(*node->name(), |
- code->address(), |
- code->ExecutableSize()); |
+ code->instruction_start(), |
+ code->instruction_size()); |
#endif |
} |