Searched refs:updateNode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPODRedBlackTree.h314 virtual bool updateNode(Node*) { return false; } function in class:WebCore::PODRedBlackTree
414 shouldContinue = updateNode(start);
451 updateNode(x);
452 updateNode(y);
484 updateNode(y);
485 updateNode(x);
494 updateNode(x);
510 updateNode(x->parent());
512 updateNode(x);
537 updateNode(
[all...]
H A DPODIntervalTree.h184 virtual bool updateNode(IntervalNode* node) function in class:WebCore::PODIntervalTree
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h61 void updateNode(const SUnit *SU) { function in class:llvm::LatencyPriorityQueue
H A DResourcePriorityQueue.h92 void updateNode(const SUnit *SU) {} function in class:llvm::ResourcePriorityQueue
H A DScheduleDAG.h494 virtual void updateNode(const SUnit *SU) = 0;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1126 AvailableQueue->updateNode(SU);
1178 AvailableQueue->updateNode(SU);
1682 void updateNode(const SUnit *SU);
1883 void RegReductionPQBase::updateNode(const SUnit *SU) {

Completed in 110 milliseconds