Home
last modified time | relevance | path

Searched refs:FastApiCallFunctionVector (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.h42 Zone* zone, const FastApiCallFunctionVector& candidates,
Dsimplified-operator.h664 typedef ZoneVector<FastApiCallFunction> FastApiCallFunctionVector; typedef
668 explicit FastApiCallParameters(const FastApiCallFunctionVector& c_functions, in FastApiCallParameters()
675 const FastApiCallFunctionVector& c_functions() const { return c_functions_; } in c_functions()
681 const FastApiCallFunctionVector c_functions_;
1067 const FastApiCallFunctionVector& c_candidate_functions, in NON_EXPORTED_BASE()
Dfast-api-calls.cc38 Zone* zone, const FastApiCallFunctionVector& candidates, in ResolveOverloads()
Djs-call-reducer.cc909 const FastApiCallFunctionVector& c_candidate_functions, Node* receiver, in FastApiCallReducerAssembler()
1017 const FastApiCallFunctionVector c_candidate_functions_;
3624 FastApiCallFunctionVector CanOptimizeFastCall( in CanOptimizeFastCall()
3627 FastApiCallFunctionVector result(zone); in CanOptimizeFastCall()
3837 FastApiCallFunctionVector c_candidate_functions = in ReduceCallApiFunction()
Dsimplified-operator.cc1913 const FastApiCallFunctionVector& c_functions, in FastApiCall()
Deffect-control-linearizer.cc207 Node* node, const FastApiCallFunctionVector& c_functions,
5009 Node* node, const FastApiCallFunctionVector& c_functions, in AdaptOverloadedFastCallArgument()
5168 const FastApiCallFunctionVector& c_functions = params.c_functions(); in LowerFastApiCall()