OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rehash
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
identity-map.h
44
void
Rehash
();
identity-map.cc
102
// Miss;
rehash
if there was a GC, then insert.
103
if (gc_counter_ != heap_->gc_count())
Rehash
();
120
Rehash
(); //
Rehash
is expensive, so only do it in case of a miss.
127
void IdentityMapBase::
Rehash
() {
objects.h
[
all
...]
objects.cc
[
all
...]
/external/v8/test/cctest/
test-identity-map.cc
114
void
Rehash
() { map.
Rehash
(); }
281
void CollisionTest(int stride, bool
rehash
= false, bool resize = false) {
295
if (
rehash
) t.
Rehash
(); // Explicit
rehash
(internal method).
315
TEST(
Rehash
) { CollisionTest(11, true, false); }
test-dictionary.cc
147
t->
Rehash
(handle(Smi::FromInt(0), isolate));
160
t->
Rehash
(handle(Smi::FromInt(0), isolate));
/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/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar
/external/v8/src/heap/
mark-compact.cc
902
heap()->weak_object_to_code_table()->
Rehash
(
[
all
...]
Completed in 140 milliseconds