Searched refs:mapped_id (Results 1 – 6 of 6) sorted by relevance
44 shared_memory->mapped_id(), pmd); in GetOrCreateSharedMemoryDump()61 shared_memory.mapped_id())); in IncrementMemoryUsage()99 usage.first, usage.second.mapped_size, usage.second.mapped_id, pmd); in OnMemoryDump()110 const UnguessableToken& mapped_id, in GetOrCreateSharedMemoryDumpInternal() argument112 const std::string dump_name = GetDumpNameForTracing(mapped_id); in GetOrCreateSharedMemoryDumpInternal()135 auto global_dump_guid = GetGlobalDumpIdForTracing(mapped_id); in GetOrCreateSharedMemoryDumpInternal()
69 const UnguessableToken& mapped_id,75 : mapped_size(size), mapped_id(id) {} in UsageInfo()78 UnguessableToken mapped_id; member
84 const UnguessableToken& mapped_id() const { in mapped_id() function
215 const UnguessableToken& mapped_id() const { return mapped_id_; } in mapped_id() function
871 EXPECT_TRUE(memory.mapped_id().is_empty()); in TEST_P()874 EXPECT_EQ(id, memory.mapped_id()); in TEST_P()877 EXPECT_EQ(id, memory.mapped_id()); in TEST_P()880 EXPECT_TRUE(memory.mapped_id().is_empty()); in TEST_P()
445 SharedMemoryTracker::GetDumpNameForTracing(memory1.mapped_id())); in TEST()