Searched refs:LiveEdit (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/debug/ |
D | liveedit.cc | 984 if (!LiveEdit::kFrameDropperSupported) { in CanRestartFrame() 1013 LiveEdit::TranslatePosition(diffs, position.ScriptOffset())); in TranslateSourcePositionTable() 1030 LiveEdit::TranslatePosition(diffs, old_start_position); in UpdatePositions() 1031 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions() 1033 LiveEdit::TranslatePosition(diffs, sfi->function_token_position()); in UpdatePositions() 1044 void LiveEdit::PatchScript(Isolate* isolate, Handle<Script> script, in PatchScript() 1048 LiveEdit::CompareStrings(isolate, in PatchScript() 1266 void LiveEdit::InitializeThreadLocal(Debug* debug) { in InitializeThreadLocal() 1270 bool LiveEdit::RestartFrame(JavaScriptFrame* frame) { in RestartFrame() 1271 if (!LiveEdit::kFrameDropperSupported) return false; in RestartFrame() [all …]
|
D | liveedit.h | 57 class LiveEdit : AllStatic {
|
D | debug-stack-trace-iterator.cc | 169 return !LiveEdit::RestartFrame(iterator_.javascript_frame()); in Restart()
|
D | debug.h | 543 friend class LiveEdit; variable
|
D | debug.cc | 413 LiveEdit::InitializeThreadLocal(this); in Break() 1840 LiveEdit::PatchScript(isolate_, script, source, preview, result); in SetScriptSource() 1929 LiveEdit::InitializeThreadLocal(this); in HandleDebugBreak()
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 48 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 49 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 52 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 52 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 49 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 51 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 53 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 54 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 784 LiveEdit::PatchScript(isolate, script, new_source, false, &result); in RUNTIME_FUNCTION()
|
/external/v8/ |
D | ChangeLog | 42761 Support LiveEdit on Arm64 (Chromium issue 368580). 42775 MIPS: Support LiveEdit (Chromium issue 368580). 42780 Support LiveEdit on ARM (Chromium issue 368580). 44469 LiveEdit to mark more closure functions for re-instantiation when scope 45656 Fixed LiveEdit crashes when object/array literal is added. (issue 2368) 45868 Enable/disable LiveEdit using the (C++) debug API. 46334 Fixed LiveEdit for function with no locals (issue 825).
|