Searched refs:inserted_allocation (Results 1 – 2 of 2) sorted by relevance
1371 BufferAllocation* inserted_allocation = inserted.first->second; in AssignPresetBuffers() local1372 inserted_allocation->AddHeapTrace( in AssignPresetBuffers()1375 << inserted_allocation->index() in AssignPresetBuffers()1376 << ", color: " << inserted_allocation->color() in AssignPresetBuffers()1377 << ", size: " << inserted_allocation->size(); in AssignPresetBuffers()
1890 MemorySpaceAssignment::Allocation* inserted_allocation = in FinalizeAllocations() local1892 if (inserted_allocation->memory_space() == MemorySpace::kAlternate) { in FinalizeAllocations()1893 colocation_map[GetAliasedOffset(*inserted_allocation)].push_back( in FinalizeAllocations()1894 inserted_allocation); in FinalizeAllocations()