Searched refs:InlineCall (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-inlining.h | 73 Reduction InlineCall(Node* call, Node* new_target, Node* context,
|
D | js-inlining.cc | 94 return InlineCall( in InlineJSWasmCall() 101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() function in v8::internal::compiler::JSInliner 728 return InlineCall(node, new_target, context, frame_state, start, end, in ReduceJSCall()
|
D | wasm-inlining.h | 91 void InlineCall(Node* call, Node* callee_start, Node* callee_end,
|
D | wasm-inlining.cc | 240 InlineCall(call, inlinee_start, inlinee_end, inlinee->sig, in Finalize() 342 void WasmInliner::InlineCall(Node* call, Node* callee_start, Node* callee_end, in InlineCall() function in v8::internal::compiler::WasmInliner
|