Home
last modified time | relevance | path

Searched refs:mapping_table_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dcore.cc943 if (mapping_table_.size() >= GetConfiguration().max_mapping_table_size) in MapBuffer()
945 auto emplace_result = mapping_table_.emplace(address, std::move(mapping)); in MapBuffer()
958 auto iter = mapping_table_.find(buffer); in UnmapBuffer()
959 if (iter == mapping_table_.end()) in UnmapBuffer()
964 mapping_table_.erase(iter); in UnmapBuffer()
Dcore.h377 MappingTable mapping_table_; variable