Lines Matching defs:function
5 #include "src/wasm/function-compiler.h"
61 // Assume the wrapper is going to be a JS function with matching arity at
96 PrintF("Compiling wasm function %d with %s\n", func_index_,
137 // function to avoid compiling it twice with TurboFan.
154 const WasmFunction* function,
157 FunctionBody function_body{function->sig, function->code.offset(),
158 wire_bytes.start() + function->code.offset(),
159 wire_bytes.start() + function->code.end_offset()};
161 DCHECK_LE(native_module->num_imported_functions(), function->func_index);
162 DCHECK_LT(function->func_index, native_module->num_functions());
163 WasmCompilationUnit unit(function->func_index, tier, kNoDebugging);