Searched refs:IndexOf (Results 1 – 4 of 4) sorted by relevance
28 Entry& entry = data_[IndexOf(key)]; in Get()40 data_[IndexOf(key)] = Entry{key, value}; in Set()
74 static ALWAYS_INLINE size_t IndexOf(const void* key) { in IndexOf() function
853 size_t IndexOf(const char* s) const { in IndexOf() function in art::StringTable1050 class_names.IndexOf(record->GetClassDescriptor(&temp)); in GetRecentAllocations()1063 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()1064 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()1065 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m)); in GetRecentAllocations()
124 V(IndexOf, int32_t, void*, uint32_t, uint32_t) \