Home
last modified time | relevance | path

Searched refs:kProbes (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/x64/
Dic-x64.cc124 static const int kProbes = 4; in GenerateStringDictionaryProbes() local
128 for (int i = 0; i < kProbes; i++) { in GenerateStringDictionaryProbes()
144 if (i != kProbes - 1) { in GenerateStringDictionaryProbes()
342 const int kProbes = 4; in GenerateNumberDictionaryLoad() local
343 for (int i = 0; i < kProbes; i++) { in GenerateNumberDictionaryLoad()
361 if (i != (kProbes - 1)) { in GenerateNumberDictionaryLoad()
Dstub-cache-x64.cc127 static const int kProbes = 4; in GenerateDictionaryNegativeLookup() local
137 for (int i = 0; i < kProbes; i++) { in GenerateDictionaryNegativeLookup()
158 if (i != kProbes - 1) { in GenerateDictionaryNegativeLookup()
Dcode-stubs-x64.cc3999 static const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
4001 Label next_probe[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
4002 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()
/external/v8/src/ia32/
Dic-ia32.cc125 static const int kProbes = 4; in GenerateStringDictionaryProbes() local
129 for (int i = 0; i < kProbes; i++) { in GenerateStringDictionaryProbes()
145 if (i != kProbes - 1) { in GenerateStringDictionaryProbes()
332 const int kProbes = 4; in GenerateNumberDictionaryLoad() local
333 for (int i = 0; i < kProbes; i++) { in GenerateNumberDictionaryLoad()
351 if (i != (kProbes - 1)) { in GenerateNumberDictionaryLoad()
Dstub-cache-ia32.cc152 static const int kProbes = 4; in GenerateDictionaryNegativeLookup() local
162 for (int i = 0; i < kProbes; i++) { in GenerateDictionaryNegativeLookup()
183 if (i != kProbes - 1) { in GenerateDictionaryNegativeLookup()
Dcode-stubs-ia32.cc5102 static const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
5104 Label next_probe[kProbes], next_probe_pop_mask[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
5105 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()
/external/v8/src/arm/
Dic-arm.cc134 static const int kProbes = 4; in GenerateStringDictionaryProbes() local
135 for (int i = 0; i < kProbes; i++) { in GenerateStringDictionaryProbes()
158 if (i != kProbes - 1) { in GenerateStringDictionaryProbes()
329 static const int kProbes = 4; in GenerateNumberDictionaryLoad() local
330 for (int i = 0; i < kProbes; i++) { in GenerateNumberDictionaryLoad()
347 if (i != kProbes - 1) { in GenerateNumberDictionaryLoad()
Dstub-cache-arm.cc146 static const int kProbes = 4; in GenerateDictionaryNegativeLookup() local
156 for (int i = 0; i < kProbes; i++) { in GenerateDictionaryNegativeLookup()
180 if (i != kProbes - 1) { in GenerateDictionaryNegativeLookup()
Dcode-stubs-arm.cc5000 static const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
5002 Label next_probe[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
5003 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()