Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dscheduler.h113 void DecrementUnscheduledUseCount(Node* node, Node* from);
Dscheduler.cc173 DecrementUnscheduledUseCount(edge.to(), node); in UpdatePlacement()
205 void Scheduler::DecrementUnscheduledUseCount(Node* node, Node* from) { in DecrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler