/third_party/node/deps/v8/src/compiler/ |
D | simplified-operator.cc | 1695 const auto& c_functions = p.c_functions(); in operator <<() local 1696 for (size_t i = 0; i < c_functions.size(); i++) { in operator <<() 1697 os << c_functions[i].address << ":" << c_functions[i].signature << ", "; in operator <<() 1703 const auto& c_functions = p.c_functions(); in hash_value() local 1705 for (size_t i = 0; i < c_functions.size(); i++) { in hash_value() 1706 hash = base::hash_combine(c_functions[i].address, c_functions[i].signature); in hash_value() 1714 return lhs.c_functions() == rhs.c_functions() && in operator ==() 1913 const FastApiCallFunctionVector& c_functions, in FastApiCall() argument 1915 DCHECK(!c_functions.empty()); in FastApiCall() 1918 const CFunctionInfo* signature = c_functions[0].signature; in FastApiCall() [all …]
|
D | simplified-operator.h | 668 explicit FastApiCallParameters(const FastApiCallFunctionVector& c_functions, in FastApiCallParameters() argument 671 : c_functions_(c_functions), in FastApiCallParameters() 675 const FastApiCallFunctionVector& c_functions() const { return c_functions_; } in c_functions() function
|
D | heap-refs.cc | 194 ZoneVector<Address> c_functions = ZoneVector<Address>(len, zone); in GetCFunctions() local 196 c_functions[i] = v8::ToCData<Address>(function_overloads.get( in GetCFunctions() 199 return c_functions; in GetCFunctions() 1681 ZoneVector<Address> FunctionTemplateInfoRef::c_functions() const { in c_functions() function in v8::internal::compiler::FunctionTemplateInfoRef
|
D | effect-control-linearizer.cc | 207 Node* node, const FastApiCallFunctionVector& c_functions, 5009 Node* node, const FastApiCallFunctionVector& c_functions, in AdaptOverloadedFastCallArgument() argument 5017 for (size_t func_index = 0; func_index < c_functions.size(); func_index++) { in AdaptOverloadedFastCallArgument() 5018 const CFunctionInfo* c_signature = c_functions[func_index].signature; in AdaptOverloadedFastCallArgument() 5051 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument() 5065 c_functions[func_index].address, ref_type)); in AdaptOverloadedFastCallArgument() 5140 const CFunctionInfo* c_signature = params.c_functions()[0].signature; in GenerateSlowApiCall() 5168 const FastApiCallFunctionVector& c_functions = params.c_functions(); in LowerFastApiCall() local 5169 const CFunctionInfo* c_signature = params.c_functions()[0].signature; in LowerFastApiCall() 5240 if (c_functions.size() == 1) { in LowerFastApiCall() [all …]
|
D | heap-refs.h | 750 ZoneVector<Address> c_functions() const;
|
D | js-call-reducer.cc | 970 function_template_info_.c_functions().data(), in ReduceFastApiCall() 972 static_cast<unsigned>(function_template_info_.c_functions().size())); in ReduceFastApiCall() 3632 ZoneVector<Address> functions = function_template_info.c_functions(); in CanOptimizeFastCall()
|
D | wasm-compiler.cc | 7382 Address c_functions[] = {c_address}; in BuildJSFastApiCallWrapper() local 7385 c_functions, c_signatures, 1); in BuildJSFastApiCallWrapper()
|
D | simplified-lowering.cc | 1931 const CFunctionInfo* c_signature = op_params.c_functions()[0].signature; in VisitFastApiCall()
|
/third_party/node/deps/v8/src/execution/ |
D | simulator-base.cc | 100 Address* c_functions, const CFunctionInfo* const* c_signatures, in RegisterFunctionsAndSignatures() argument 105 AddSignatureForTarget(c_functions[i], sig); in RegisterFunctionsAndSignatures()
|
D | simulator-base.h | 209 void RegisterFunctionsAndSignatures(Address* c_functions,
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.h | 413 Create(Isolate* isolate, ApiFunction* ptr, Type type, Address* c_functions,
|
D | external-reference.cc | 184 Isolate* isolate, ApiFunction* fun, Type type, Address* c_functions, in Create() argument 188 c_functions, c_signatures, num_functions); in Create()
|