Lines Matching refs:WasmFrame
42 Address FindNewPC(WasmFrame* frame, WasmCode* wasm_code, int byte_offset,
224 int DeadBreakpoint(WasmFrame* frame, base::Vector<const int> breakpoints) {
240 auto* wasm_frame = WasmFrame::cast(it.frame());
394 void FloodWithBreakpoints(WasmFrame* frame, ReturnLocation return_location) {
407 bool PrepareStep(WasmFrame* frame) {
416 void PrepareStepOutTo(WasmFrame* frame) {
423 void ClearStepping(WasmFrame* frame) {
442 bool IsStepping(WasmFrame* frame) {
686 WasmFrame* frame = WasmFrame::cast(it.frame());
694 void UpdateReturnAddress(WasmFrame* frame, WasmCode* new_code,
717 bool IsAtReturn(WasmFrame* frame) {
835 bool DebugInfo::PrepareStep(WasmFrame* frame) {
839 void DebugInfo::PrepareStepOutTo(WasmFrame* frame) {
847 void DebugInfo::ClearStepping(WasmFrame* frame) { impl_->ClearStepping(frame); }
849 bool DebugInfo::IsStepping(WasmFrame* frame) {