Searched refs:buffer_allocation_index (Results 1 – 2 of 2) sorted by relevance
612 int64_t buffer_allocation_index = proto.buffer_assignment() in GetHeapSimulatorTraceIdFromBufferAllocationIndex() local614 .buffer_allocation_index(); in GetHeapSimulatorTraceIdFromBufferAllocationIndex()615 const auto iter = id_to_buffer_allocation.find(buffer_allocation_index); in GetHeapSimulatorTraceIdFromBufferAllocationIndex()616 if (buffer_allocation_index && iter != id_to_buffer_allocation.end()) { in GetHeapSimulatorTraceIdFromBufferAllocationIndex()
603 int64 buffer_allocation_index = 3; field