Home | History | Annotate | Download | only in wasm

Lines Matching defs:code_start

852       const byte* code_start = module_start + function->code_start_offset;
854 AddFunction(function, code_start, code_end);
892 int AddFunction(const WasmFunction* function, const byte* code_start,
895 function, BodyLocalDecls(zone_), code_start,
896 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end),