Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h572 LinkageLocation GetOsrValueLocation(int index) const; in NON_EXPORTED_BASE()
Dlinkage.cc592 LinkageLocation Linkage::GetOsrValueLocation(int index) const { in GetOsrValueLocation() function in v8::internal::compiler::Linkage
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc2864 g.DefineAsLocation(node, linkage()->GetOsrValueLocation(index))); in VisitOsrValue()