Home
last modified time | relevance | path

Searched refs:kAfterBreakpoint (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc40 enum ReturnLocation { kAfterBreakpoint, kAfterWasmCall }; enumerator
62 // If {return_location == kAfterBreakpoint} we search for the first code in FindNewPC()
70 if (return_location == kAfterBreakpoint) { in FindNewPC()
412 FloodWithBreakpoints(frame, kAfterBreakpoint); in PrepareStep()
433 UpdateReturnAddress(frame, new_code, kAfterBreakpoint); in ClearStepping()
680 ReturnLocation return_location = kAfterBreakpoint; in UpdateReturnAddresses()

Completed in 3 milliseconds