Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 4 of 4) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java224 public NodeS[] nodes = new NodeS[4]; field in Dominators.NodeSet
389 NodeSet nodes = oldDomS.revisit; in computeDominators() local
/art/compiler/optimizing/
Dscheduler.h446 static void DeleteNodeAtIndex(ScopedArenaVector<SchedulingNode*>* nodes, size_t index) { in DeleteNodeAtIndex()
462 SchedulingNode* PopHighestPriorityNode(ScopedArenaVector<SchedulingNode*>* nodes, in PopHighestPriorityNode()
Dscheduler.cc451 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()
491 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) { in PopHighestPriorityNode()
/art/test/913-heaps/src/art/
DTest913.java571 HashMap<String, Node> nodes = new HashMap<>(); field in Test913.Verifier