Searched defs:DebugLineSection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dgdb-jit.cc1402 class DebugLineSection : public DebugSection { class in namespace:v8
1404 explicit DebugLineSection(CodeDescription* desc) function in class:v8::DebugLineSection
1799 obj->AddSection(new(zone) DebugLineSection(desc));
/external/v8/src/
H A Dgdb-jit.cc1391 class DebugLineSection : public DebugSection { class in namespace:v8
1393 explicit DebugLineSection(CodeDescription* desc) function in class:v8::DebugLineSection
1786 obj->AddSection(new DebugLineSection(desc));

Completed in 237 milliseconds