Searched refs:InlineCall (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining.h | 68 Reduction InlineCall(Node* call, Node* new_target, Node* context,
|
D | js-inlining.cc | 85 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() function in v8::internal::compiler::JSInliner 633 return InlineCall(node, new_target, context, frame_state, start, end, in ReduceJSCall()
|