Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1054 const int kProbes = 4; in LoadFromNumberDictionary() local
1055 for (int i = 0; i < kProbes; i++) { in LoadFromNumberDictionary()
1073 if (i != (kProbes - 1)) { in LoadFromNumberDictionary()
Dcode-stubs-ia32.cc5999 static const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
6001 Label next_probe[kProbes], next_probe_pop_mask[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
6003 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1467 static const int kProbes = 4; in LoadFromNumberDictionary() local
1468 for (int i = 0; i < kProbes; i++) { in LoadFromNumberDictionary()
1485 if (i != kProbes - 1) { in LoadFromNumberDictionary()
Dcode-stubs-arm.cc5717 const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
5719 Label next_probe[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
5721 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()
/external/v8/src/x64/
Dmacro-assembler-x64.cc3507 const int kProbes = 4; in LoadFromNumberDictionary() local
3508 for (int i = 0; i < kProbes; i++) { in LoadFromNumberDictionary()
3526 if (i != (kProbes - 1)) { in LoadFromNumberDictionary()
Dcode-stubs-x64.cc4961 static const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
4963 Label next_probe[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
4965 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()
/external/v8/src/mips/
Dmacro-assembler-mips.cc497 static const int kProbes = 4; in LoadFromNumberDictionary() local
498 for (int i = 0; i < kProbes; i++) { in LoadFromNumberDictionary()
517 if (i != kProbes - 1) { in LoadFromNumberDictionary()
Dcode-stubs-mips.cc5932 const int kProbes = 4; in GenerateTwoCharacterSymbolTableProbe() local
5934 Label next_probe[kProbes]; in GenerateTwoCharacterSymbolTableProbe()
5936 for (int i = 0; i < kProbes; i++) { in GenerateTwoCharacterSymbolTableProbe()