Searched refs:GetMetadataByIndex (Results 1 – 5 of 5) sorted by relevance
105 HTRBlockMetadata HTRInstructionLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRInstructionLayer122 HTRBlockMetadata HTRBlockLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRBlockLayer197 HTRBlockMetadata merged_metadata = GetMetadataByIndex(start_unit_index); in MergeUnits()200 HTRBlockMetadata::MergeMetadata(merged_metadata, GetMetadataByIndex(i)); in MergeUnits()264 layer.GetMetadataByIndex(0).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()269 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()290 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()292 layer.GetMetadataByIndex(i + 1).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()297 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge()328 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()[all …]
159 virtual HTRBlockMetadata GetMetadataByIndex(size_t index) const = 0;203 HTRBlockMetadata GetMetadataByIndex(size_t index) const override;254 HTRBlockMetadata GetMetadataByIndex(size_t index) const override;
65 bool MP4File::GetMetadataByIndex(u_int32_t index, in GetMetadataByIndex() function in MP4File
578 bool GetMetadataByIndex(u_int32_t index,
3608 return ((MP4File*)hFile)->GetMetadataByIndex( in MP4GetMetadataByIndex()