HomeSort by relevance Sort by last modified time
    Searched refs:Rehash (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
identity-map.cc 126 // Miss; rehash if there was a GC, then lookup again.
127 const_cast<IdentityMapBase*>(this)->Rehash();
137 // Miss; rehash if there was a GC, then insert.
138 if (gc_counter_ != heap_->gc_count()) Rehash();
182 // Don't allow find by key while iterable (might rehash).
185 // Remove constness since lookup might have to rehash.
223 void IdentityMapBase::Rehash() {
224 CHECK(!is_iterable()); // Can't rehash while iterating.
identity-map.h 65 void Rehash();
objects.h     [all...]
objects.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 254 procedure Rehash(NewCapPow2: Integer);
551 procedure TDictionary<TKey,TValue>.Rehash(NewCapPow2: Integer);
579 Rehash(0)
585 Rehash(newCap);
596 Rehash(newCap);
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/protobuf/src/google/protobuf/
map_test.cc 862 TEST_P(MapImplTest, Rehash) {
    [all...]
  /external/v8/src/heap/
mark-compact.cc 835 heap()->weak_object_to_code_table()->Rehash(
    [all...]

Completed in 281 milliseconds