Home
last modified time | relevance | path

Searched refs:hash_index (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/malloc_debug/
H A DPointerData.cpp153 size_t hash_index; in AddBacktrace() local
171 return hash_index; in AddBacktrace()
198 size_t hash_index = 0; in Add() local
209 size_t hash_index; in Remove() local
218 hash_index = entry->second.hash_index; in Remove()
227 size_t hash_index; in GetFrames() local
234 hash_index = entry->second.hash_index; in GetFrames()
337 size_t hash_index = 0; in AddFreed() local
358 size_t hash_index = 0; in LogFreeBacktrace() local
364 hash_index = info.hash_index; in LogFreeBacktrace()
[all …]
H A DPointerData.h89 size_t hash_index;
103 size_t hash_index;
138 static void RemoveBacktrace(size_t hash_index);
166 static void LogBacktrace(size_t hash_index);
/aosp12/art/runtime/
H A Dclass_linker.cc6594 uint32_t hash_index = hash_table.FindAndRemove(&super_method_name_comparator, hash); in LinkVirtualMethods() local
6595 if (hash_index != hash_table.GetNotFoundIndex()) { in LinkVirtualMethods()
6597 hash_index, image_pointer_size_); in LinkVirtualMethods()