Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.cc624 bool Linkage::ParameterHasSecondaryLocation(int index) const { in ParameterHasSecondaryLocation() function in v8::internal::compiler::Linkage
645 DCHECK(ParameterHasSecondaryLocation(index)); in GetParameterSecondaryLocation()
Dlinkage.h566 bool ParameterHasSecondaryLocation(int index) const; in NON_EXPORTED_BASE()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc2827 linkage()->ParameterHasSecondaryLocation(index) in VisitParameter()