Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/diagnostics/code-tracer.h"
18 #include "src/wasm/wasm-code-manager.h"
75 base::Vector<const uint8_t> code = wire_bytes_storage->GetCode(func->code);
76 wasm::FunctionBody func_body{func->sig, func->code.offset(), code.begin(),
77 code.end()};
115 // cover different code paths in Liftoff for testing.
157 FunctionBody function_body{function->sig, function->code.offset(),
158 wire_bytes.start() + function->code.offset(),
159 wire_bytes.start() + function->code.end_offset()};
242 Handle<Code> code = job_->compilation_info()->code();
248 Handle<AbstractCode>::cast(code), name));
250 return code;