/external/v8/test/mjsunit/es6/ |
D | generators-debug-liveedit.js | 8 var LiveEdit = Debug.LiveEdit; variable 51 LiveEdit.TestApi.ApplySingleChunkPatch(script, pos, from.length, to, 70 LiveEdit.Failure); 90 LiveEdit.Failure); 109 LiveEdit.Failure);
|
D | debug-liveedit-new-target-2.js | 29 Debug.LiveEdit.TestApi.ApplySingleChunkPatch( 34 assertInstanceof(e, Debug.LiveEdit.Failure);
|
D | debug-liveedit-new-target-1.js | 32 Debug.LiveEdit.TestApi.ApplySingleChunkPatch( 37 assertInstanceof(e, Debug.LiveEdit.Failure);
|
/external/v8/src/runtime/ |
D | runtime-liveedit.cc | 75 isolate, result, LiveEdit::GatherCompileInfo(script_handle, source)); in RUNTIME_FUNCTION() 94 Handle<Object> old_script = LiveEdit::ChangeScriptSource( in RUNTIME_FUNCTION() 113 LiveEdit::FunctionSourceUpdated(shared_info); in RUNTIME_FUNCTION() 127 LiveEdit::ReplaceFunctionCode(new_compile_info, shared_info); in RUNTIME_FUNCTION() 148 LiveEdit::SetFunctionScript(function_wrapper, script_object); in RUNTIME_FUNCTION() 172 LiveEdit::ReplaceRefToNestedFunction(parent_wrapper, orig_wrapper, in RUNTIME_FUNCTION() 191 LiveEdit::PatchFunctionPositions(shared_array, position_change_array); in RUNTIME_FUNCTION() 229 return *LiveEdit::CheckAndDropActivations(old_shared_array, new_shared_array, in RUNTIME_FUNCTION() 244 Handle<JSArray> result = LiveEdit::CompareStrings(s1, s2); in RUNTIME_FUNCTION() 280 const char* error_message = LiveEdit::RestartFrame(it.frame()); in RUNTIME_FUNCTION()
|
/external/v8/src/debug/ |
D | liveedit.cc | 557 Handle<JSArray> LiveEdit::CompareStrings(Handle<String> s1, in CompareStrings() 803 void LiveEdit::InitializeThreadLocal(Debug* debug) { in InitializeThreadLocal() 804 debug->thread_local_.frame_drop_mode_ = LiveEdit::FRAMES_UNTOUCHED; in InitializeThreadLocal() 808 bool LiveEdit::SetAfterBreakTarget(Debug* debug) { in SetAfterBreakTarget() 834 MaybeHandle<JSArray> LiveEdit::GatherCompileInfo(Handle<Script> script, in GatherCompileInfo() 1112 void LiveEdit::ReplaceFunctionCode( in ReplaceFunctionCode() 1150 void LiveEdit::FunctionSourceUpdated(Handle<JSArray> shared_info_array) { in FunctionSourceUpdated() 1159 void LiveEdit::SetFunctionScript(Handle<JSValue> function_wrapper, in SetFunctionScript() 1334 void LiveEdit::PatchFunctionPositions(Handle<JSArray> shared_info_array, in PatchFunctionPositions() 1390 Handle<Object> LiveEdit::ChangeScriptSource(Handle<Script> original_script, in ChangeScriptSource() [all …]
|
D | liveedit.js | 1118 var LiveEdit = {}; 1119 LiveEdit.SetScriptSource = SetScriptSource; 1120 LiveEdit.ApplyPatchMultiChunk = ApplyPatchMultiChunk; 1121 LiveEdit.Failure = Failure; 1122 LiveEdit.GetPcFromSourcePos = GetPcFromSourcePos; 1124 LiveEdit.TestApi = { 1130 global.Debug.LiveEdit = LiveEdit;
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 69 __ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingValue))); in GenerateDebugBreakStub() 71 Operand(kPointerSize * LiveEdit::kFramePaddingInitialSize)); in GenerateDebugBreakStub() 72 for (int i = LiveEdit::kFramePaddingInitialSize - 1; i >= 0; i--) { in GenerateDebugBreakStub() 75 __ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingInitialSize))); in GenerateDebugBreakStub() 138 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 67 __ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingValue))); in GenerateDebugBreakStub() 69 Operand(kPointerSize * LiveEdit::kFramePaddingInitialSize)); in GenerateDebugBreakStub() 70 for (int i = LiveEdit::kFramePaddingInitialSize - 1; i >= 0; i--) { in GenerateDebugBreakStub() 73 __ li(at, Operand(Smi::FromInt(LiveEdit::kFramePaddingInitialSize))); in GenerateDebugBreakStub() 136 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-utils.js | 39 var NoChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([]); 46 var SingleChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([20, 30, 25]); 83 var MultiChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([10, 20, 15, 40, 40, 50, 60, 70…
|
D | debug-liveedit-patch-positions.js | 66 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]); 93 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
|
D | debug-liveedit-check-stack.js | 63 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_pat… 79 if (e instanceof Debug.LiveEdit.Failure) {
|
D | debug-liveedit-1.js | 46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
|
D | debug-liveedit-2.js | 58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
|
D | debug-liveedit-4.js | 61 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
|
D | debug-liveedit-3.js | 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
|
D | debug-liveedit-compile-error.js | 48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
D | debug-liveedit-patch-positions-replace.js | 62 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, …
|
D | debug-liveedit-newsource.js | 68 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
|
D | debug-liveedit-literals.js | 57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 63 for (int i = 0; i < LiveEdit::kFramePaddingInitialSize; i++) { in GenerateDebugBreakStub() 64 __ push(Immediate(Smi::FromInt(LiveEdit::kFramePaddingValue))); in GenerateDebugBreakStub() 66 __ push(Immediate(Smi::FromInt(LiveEdit::kFramePaddingInitialSize))); in GenerateDebugBreakStub() 134 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 86 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingValue)); in GenerateDebugBreakStub() 87 __ PushMultipleTimes(scratch, LiveEdit::kFramePaddingInitialSize); in GenerateDebugBreakStub() 88 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingInitialSize)); in GenerateDebugBreakStub() 156 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 75 __ LoadSmiLiteral(ip, Smi::FromInt(LiveEdit::kFramePaddingValue)); in GenerateDebugBreakStub() 76 for (int i = 0; i < LiveEdit::kFramePaddingInitialSize; i++) { in GenerateDebugBreakStub() 79 __ LoadSmiLiteral(ip, Smi::FromInt(LiveEdit::kFramePaddingInitialSize)); in GenerateDebugBreakStub() 145 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 64 for (int i = 0; i < LiveEdit::kFramePaddingInitialSize; i++) { in GenerateDebugBreakStub() 65 __ Push(Smi::FromInt(LiveEdit::kFramePaddingValue)); in GenerateDebugBreakStub() 67 __ Push(Smi::FromInt(LiveEdit::kFramePaddingInitialSize)); in GenerateDebugBreakStub() 134 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 63 for (int i = 0; i < LiveEdit::kFramePaddingInitialSize; i++) { in GenerateDebugBreakStub() 64 __ push(Immediate(Smi::FromInt(LiveEdit::kFramePaddingValue))); in GenerateDebugBreakStub() 66 __ push(Immediate(Smi::FromInt(LiveEdit::kFramePaddingInitialSize))); in GenerateDebugBreakStub() 134 const bool LiveEdit::kFrameDropperSupported = true;
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 73 __ mov(ip, Operand(Smi::FromInt(LiveEdit::kFramePaddingValue))); in GenerateDebugBreakStub() 74 for (int i = 0; i < LiveEdit::kFramePaddingInitialSize; i++) { in GenerateDebugBreakStub() 77 __ mov(ip, Operand(Smi::FromInt(LiveEdit::kFramePaddingInitialSize))); in GenerateDebugBreakStub() 146 const bool LiveEdit::kFrameDropperSupported = true;
|