Home
last modified time | relevance | path

Searched refs:gp_param_count_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h328 if (!gp_param_count_) { in NON_EXPORTED_BASE()
331 return gp_param_count_.value(); in NON_EXPORTED_BASE()
478 mutable base::Optional<size_t> gp_param_count_; in NON_EXPORTED_BASE() local
Dlinkage.cc231 gp_param_count_ = 0; in ComputeParamCounts()
237 ++gp_param_count_.value(); in ComputeParamCounts()