From b8e0da25ee8efac3bb05cd6b2730aafbd96119f4 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Mon, 16 May 2011 14:20:40 +0100 Subject: Update V8 to r6387 as required by WebKit r76408 Change-Id: Icfc5385b0996bd592f8b1ac8cbb44767ee09f1f6 --- src/code-stubs.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/code-stubs.cc') diff --git a/src/code-stubs.cc b/src/code-stubs.cc index ba027e93..69f8477f 100644 --- a/src/code-stubs.cc +++ b/src/code-stubs.cc @@ -30,6 +30,7 @@ #include "bootstrapper.h" #include "code-stubs.h" #include "factory.h" +#include "gdb-jit.h" #include "macro-assembler.h" #include "oprofile-agent.h" @@ -66,6 +67,7 @@ void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) { code->instruction_start(), code->instruction_size())); PROFILE(CodeCreateEvent(Logger::STUB_TAG, code, GetName())); + GDBJIT(AddCode(GDBJITInterface::STUB, GetName(), code)); Counters::total_stubs_code_size.Increment(code->instruction_size()); #ifdef ENABLE_DISASSEMBLER -- cgit v1.2.3