Home
last modified time | relevance | path

Searched refs:FastApiCall (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h1066 const Operator* FastApiCall( in NON_EXPORTED_BASE()
Dopcodes.h425 V(FastApiCall) \
Dsimplified-operator.cc1912 const Operator* SimplifiedOperatorBuilder::FastApiCall( in FastApiCall() function in v8::internal::compiler::SimplifiedOperatorBuilder
Djs-call-reducer.cc995 return FastApiCall(call_descriptor, inputs.begin(), inputs.size()); in ReduceFastApiCall()
1009 TNode<Object> FastApiCall(CallDescriptor* descriptor, Node** inputs, in FastApiCall() function in v8::internal::compiler::FastApiCallReducerAssembler
1012 graph()->NewNode(simplified()->FastApiCall(c_candidate_functions_, in FastApiCall()