HomeSort by relevance Sort by last modified time
    Searched defs:LookupOrInsert (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
map_util.h 397 LookupOrInsert(Collection* const collection,
405 LookupOrInsert(Collection* const collection,
408 return LookupOrInsert(
430 LookupOrInsert(count_map, *it,
  /external/v8/src/
hashmap.h 51 Entry* LookupOrInsert(void* key, uint32_t hash,
124 TemplateHashMapImpl<AllocationPolicy>::LookupOrInsert(
290 Entry* entry = LookupOrInsert(p->key, p->hash, allocator);
347 return Iterator(this, this->LookupOrInsert(key, key->Hash(), allocator));
  /external/v8/src/crankshaft/
hydrogen-bce.cc 316 BoundsCheckBbData** BoundsCheckTable::LookupOrInsert(BoundsCheckKey* key,
319 &(ZoneHashMap::LookupOrInsert(key, key->Hash(),
327 ZoneHashMap::LookupOrInsert(key, key->Hash(), ZoneAllocationPolicy(zone))
397 BoundsCheckBbData** data_p = table_.LookupOrInsert(key, zone());
  /external/v8/src/snapshot/
serialize.h 81 int LookupOrInsert(HeapObject* obj, int new_index) {

Completed in 513 milliseconds