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