Lines Matching refs:inlinee
34 void WasmInliner::Trace(Node* call, int inlinee, const char* decision) {
36 call->id(), inlinee, decision);
116 const wasm::WasmFunction* inlinee = &module()->functions[inlinee_index];
117 base::Vector<const byte> function_bytes = wire_bytes_->GetCode(inlinee->code);
167 const wasm::WasmFunction* inlinee =
170 wire_bytes_->GetCode(inlinee->code);
180 WasmGraphBuilder::Int64LoweredSig(zone(), inlinee->sig);
200 const wasm::FunctionBody inlinee_body(sig, inlinee->code.offset(),
222 sig = inlinee->sig;
240 InlineCall(call, inlinee_start, inlinee_end, inlinee->sig,
273 // Projections pointing to the inlinee start are floating control.
309 // throwing call in the inlinee. This might be followed by a LoopExit node.
385 // inlinee. It will then be handled like any other return.
491 // inlinee signature.