Searched refs:InlineCall (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
H A D | js-inlining.h | 53 Reduction InlineCall(Node* call, Node* new_target, Node* context,
|
H A D | js-inlining.cc | 75 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, function in class:v8::internal::compiler::JSInliner 517 return InlineCall(node, new_target, context, frame_state, start, end);
|
Completed in 62 milliseconds