Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.h94 void IncrementUnscheduledUseCount(Node* node, int index, Node* from);
Dscheduler.cc182 void Scheduler::IncrementUnscheduledUseCount(Node* node, int index, in IncrementUnscheduledUseCount() function in v8::internal::compiler::Scheduler
193 return IncrementUnscheduledUseCount(control, index, from); in IncrementUnscheduledUseCount()
1207 scheduler_->IncrementUnscheduledUseCount(to, index, from); in PostEdge()
1669 scheduler_->IncrementUnscheduledUseCount(input, index, node); in CloneNode()