Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 5 of 5) 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.h445 static void DeleteNodeAtIndex(ScopedArenaVector<SchedulingNode*>* nodes, size_t index) { in DeleteNodeAtIndex()
461 SchedulingNode* PopHighestPriorityNode(ScopedArenaVector<SchedulingNode*>* nodes, in PopHighestPriorityNode()
Dscheduler.cc479 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()
519 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) { in PopHighestPriorityNode()
Dregister_allocator_graph_color.cc1915 void RegisterAllocatorGraphColor::AllocateSpillSlots(ArrayRef<InterferenceNode* const> nodes) { in AllocateSpillSlots()
/art/test/913-heaps/src/art/
DTest913.java570 HashMap<String, Node> nodes = new HashMap<>(); field in Test913.Verifier