Home
last modified time | relevance | path

Searched refs:test_node (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
Dinplace_generator.cc390 Vertex::Index test_node = (*op_indexes)[i]; in AssignBlockForAdjoiningCuts() local
391 if (!(*graph)[test_node].valid) in AssignBlockForAdjoiningCuts()
395 ranges.AddRepeatedExtents((*graph)[test_node].aop.op.dst_extents()); in AssignBlockForAdjoiningCuts()
398 ranges.SubtractRepeatedExtents((*graph)[test_node].aop.op.src_extents()); in AssignBlockForAdjoiningCuts()
402 (*graph)[test_node].out_edges.begin(), in AssignBlockForAdjoiningCuts()
403 edge_e = (*graph)[test_node].out_edges.end(); in AssignBlockForAdjoiningCuts()
426 block_suppliers.push_back(make_pair(test_node, ranges)); in AssignBlockForAdjoiningCuts()