Searched refs:FindMutable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h117 inline Value* FindMutable(Key key);
290 return const_cast<AddressMap*>(this)->FindMutable(key);
294 inline Value* AddressMap<Value>::FindMutable(Key key) { function in class:AddressMap
H A Dheap-profile-table.cc269 AllocValue* alloc = address_map_->FindMutable(ptr);
278 AllocValue* alloc = address_map_->FindMutable(ptr);
466 TypeCount* count = type_size_map->FindMutable(key);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h117 inline Value* FindMutable(Key key);
290 return const_cast<AddressMap*>(this)->FindMutable(key);
294 inline Value* AddressMap<Value>::FindMutable(Key key) { function in class:AddressMap
H A Dheap-profile-table.cc279 AllocValue* alloc = alloc_address_map_->FindMutable(ptr);
288 AllocValue* alloc = alloc_address_map_->FindMutable(ptr);

Completed in 110 milliseconds