Home
last modified time | relevance | path

Searched defs:kInitialSize (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-cache.cc19 enum { kInitialSize = 16u, kLinearProbe = 5u }; enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c185 static int kInitialSize = 8; variable
/external/v8/src/heap/
Dfactory.cc3847 static const int kInitialSize = RegExpMatchInfo::kFirstCaptureIndex + in NewRegExpMatchInfo() local