Searched refs:frame_row (Results 1 – 3 of 3) sorted by relevance
189 uint32_t frame_row = f_table.id().IndexOf(frame_id).value(); in ComputeTable() local191 MappingId map_id = f_table.mapping()[frame_row]; in ComputeTable()212 StringId fname_id = f_table.name()[frame_row]; in ComputeTable()
1400 uint32_t frame_row = *frames.id().IndexOf(frame_id); in ExportCpuProfileSamples() local1402 MappingId mapping_id = frames.mapping()[frame_row]; in ExportCpuProfileSamples()1406 auto opt_symbol_set_id = frames.symbol_set_id()[frame_row]; in ExportCpuProfileSamples()1416 static_cast<uint64_t>(frames.rel_pc()[frame_row])) in ExportCpuProfileSamples()
716 uint32_t frame_row = *frames->id().IndexOf(frame_id); in ParseModuleSymbols() local717 frames->mutable_symbol_set_id()->Set(frame_row, symbol_set_id); in ParseModuleSymbols()