Searched defs:updateNode (Results 1 - 4 of 4) sorted by relevance

/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
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODIntervalTree.h142 virtual bool updateNode(IntervalNode* node) function in class:WebCore::PODIntervalTree
H A DPODRedBlackTree.h260 virtual bool updateNode(Node*) { return false; } function in class:WebCore::PODRedBlackTree
360 shouldContinue = updateNode(start);
397 updateNode(x);
398 updateNode(y);
430 updateNode(y);
431 updateNode(x);
440 updateNode(x);
456 updateNode(x->parent());
458 updateNode(x);
483 updateNode(
[all...]

Completed in 84 milliseconds