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/
H A Dlinkage.h268 location_sig_(location_sig),
319 size_t ReturnCount() const { return location_sig_->return_count(); } in ReturnCount()
324 size_t ParameterCount() const { return location_sig_->parameter_count(); } in ParameterCount()
366 size_t InputCount() const { return 1 + location_sig_->parameter_count(); } in InputCount()
386 return location_sig_->GetReturn(index); in GetReturnLocation()
391 return location_sig_->GetParam(index - 1); in GetInputLocation()
397 return location_sig_->GetReturn(index).GetType(); in GetReturnType()
402 return location_sig_->GetParam(index - 1).GetType(); in GetInputType()
406 return location_sig_->GetParam(index).GetType(); in GetParameterType()
462 const LocationSignature* const location_sig_; member in v8::internal::compiler::final
[all...]

Completed in 2 milliseconds