Lines Matching defs:function
225 const auto& function =
227 int offset = frame->position() - function.code.offset();
235 // is in the function of the given index.
271 // Recompile the function with Liftoff, setting the new breakpoints.
274 auto* function = &native_module_->module()->functions[func_index];
276 FunctionBody body{function->sig, function->code.offset(),
277 wire_bytes.begin() + function->code.offset(),
278 wire_bytes.begin() + function->code.end_offset()};
460 const auto& function = native_module_->module()->functions[func_index];
461 int offset = position - function.code.offset();
683 // We still need the flooded function for stepping.
724 // Another implicit return is at the last kExprEnd in the function body.
734 // function).
875 // Return the next breakable position at or after {offset_in_func} in function
878 // contains the locals count for the function.
920 // Find the function for this breakpoint.
968 // Find the function for this breakpoint.