Searched refs:stepping_frame (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 371 UpdateReturnAddresses(isolate, new_code, isolate_data.stepping_frame); in SetBreakpoint() 386 Isolate* isolate, StackFrameId stepping_frame, in UpdateBreakpoints() 391 UpdateReturnAddresses(isolate, new_code, stepping_frame); in UpdateBreakpoints() 404 per_isolate_data_[frame->isolate()].stepping_frame = frame->id(); in FloodWithBreakpoints() 439 if (it != per_isolate_data_.end()) it->second.stepping_frame = NO_ID; in ClearStepping() 448 it->second.stepping_frame == frame->id(); in IsStepping() 480 isolate_data.stepping_frame, dead_breakpoint); in RemoveBreakpoint() 677 StackFrameId stepping_frame) { in UpdateReturnAddresses() 684 if (it.frame()->id() == stepping_frame) continue; in UpdateReturnAddresses() 739 StackFrameId stepping_frame member 385 UpdateBreakpoints(int func_index, base::Vector<int> breakpoints, Isolate* isolate, StackFrameId stepping_frame, int dead_breakpoint) UpdateBreakpoints() argument 676 UpdateReturnAddresses(Isolate* isolate, WasmCode* new_code, StackFrameId stepping_frame) UpdateReturnAddresses() argument [all...] |
Completed in 3 milliseconds