| Index: src/ia32/lithium-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.cc (revision 12182)
|
| +++ src/ia32/lithium-codegen-ia32.cc (working copy)
|
| @@ -305,6 +305,14 @@
|
| Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
|
| instr->CompileToNative(this);
|
| }
|
| +#ifdef ENABLE_VTUNE_JIT_INTERFACE
|
| + if (instr->HasPointerMap()) {
|
| + LPointerMap* pointers = instr->pointer_map();
|
| + if (pointers->position() != RelocInfo::kNoPosition) {
|
| + RecordPosition(pointers->position());
|
| + }
|
| + }
|
| +#endif
|
| }
|
| EnsureSpaceForLazyDeopt();
|
| return !is_aborted();
|
|
|