Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.cc110 if (index == AllocationMap::kInvalidKVIndex) { in Remove()
122 if (index == AllocationMap::kInvalidKVIndex) { in Get()
137 return ConstIterator(*this, AllocationMap::kInvalidKVIndex); in end()
Dheap_profiler_allocation_register.h51 static const KVIndex kInvalidKVIndex = static_cast<KVIndex>(-1); variable
107 return cell ? static_cast<KVIndex>(cell - cells_) : kInvalidKVIndex; in Find()
128 return kInvalidKVIndex; in Next()