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/
DDominatorsComputation.java163 List<NodeS> nodes = new ArrayList<NodeS>(); in computeDominators() local
/art/compiler/optimizing/
Dscheduler.h384 static void DeleteNodeAtIndex(ScopedArenaVector<SchedulingNode*>* nodes, size_t index) { in DeleteNodeAtIndex()
400 SchedulingNode* PopHighestPriorityNode(ScopedArenaVector<SchedulingNode*>* nodes, in PopHighestPriorityNode()
Dscheduler.cc466 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()
506 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