Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-compilation-unit.cc45 void MaglevCompilationUnit::RegisterNodeInGraphLabeller(const Node* node) { in RegisterNodeInGraphLabeller() function in v8::internal::maglev::MaglevCompilationUnit
Dmaglev-compilation-unit.h50 void RegisterNodeInGraphLabeller(const Node* node);
Dmaglev-interpreter-frame-state.h392 compilation_unit.RegisterNodeInGraphLabeller(tagged); in TagValue()