Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.h85 void IncrementUnscheduledUseCount(Node* node, int index, Node* from);
Dscheduler.cc156 void Scheduler::IncrementUnscheduledUseCount(Node* node, int index, in IncrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler
167 return IncrementUnscheduledUseCount(control, index, from); in IncrementUnscheduledUseCount()
1179 scheduler_->IncrementUnscheduledUseCount(to, index, from); in PostEdge()
1630 scheduler_->IncrementUnscheduledUseCount(input, index, node); in CloneNode()