Searched defs:SafeMap (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dsafe_map.h32 class SafeMap { class in namespace:art
34 typedef SafeMap<K, V, Comparator, Allocator> Self;
46 SafeMap() = default;
47 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type()) function in class:art::SafeMap
123 bool operator==(const SafeMap<K, V, Comparator, Allocator>& lhs, argument
124 const SafeMap<K, V, Comparator, Allocator>& rhs) {
129 bool operator!=(const SafeMap<K, V, Comparator, Allocator>& lhs, argument
130 const SafeMap<K, V, Comparator, Allocator>& rhs) {
135 class AllocationTrackingSafeMap : public SafeMap<
H A Doat.cc28 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) { argument
31 SafeMap<std::string, std::string>::const_iterator it = variable_data->begin();
32 SafeMap<std::string, std::string>::const_iterator end = variable_data->end();
46 const SafeMap<std::string, std::string>* variable_data) {
67 const SafeMap<std::string, std::string>* variable_data) {
473 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { argument
476 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin();
477 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end();
41 Create(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument
62 OatHeader(InstructionSet instruction_set, const InstructionSetFeatures& instruction_set_features, const std::vector<const DexFile*>* dex_files, uint32_t image_file_location_oat_checksum, uint32_t image_file_location_oat_data_begin, const SafeMap<std::string, std::string>* variable_data) argument

Completed in 2714 milliseconds