Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h268 location_sig_(location_sig), in NON_EXPORTED_BASE()
319 size_t ReturnCount() const { return location_sig_->return_count(); } in NON_EXPORTED_BASE()
324 size_t ParameterCount() const { return location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
366 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } in NON_EXPORTED_BASE()
386 return location_sig_->GetReturn(index); in NON_EXPORTED_BASE()
391 return location_sig_->GetParam(index - 1); in NON_EXPORTED_BASE()
397 return location_sig_->GetReturn(index).GetType(); in NON_EXPORTED_BASE()
402 return location_sig_->GetParam(index - 1).GetType(); in NON_EXPORTED_BASE()
406 return location_sig_->GetParam(index).GetType(); in NON_EXPORTED_BASE()
462 const LocationSignature* const location_sig_; in NON_EXPORTED_BASE() local