Searched refs:kInlinedProbes (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h445 static const int kInlinedProbes = 4; member in class:v8::internal::StringDictionaryLookupStub
H A Dcode-stubs-x64.cc5788 for (int i = 0; i < kInlinedProbes; i++) {
5865 for (int i = 0; i < kInlinedProbes; i++) {
5928 for (int i = kInlinedProbes; i < kTotalProbes; i++) {
/external/v8/src/arm/
H A Dcode-stubs-arm.h878 static const int kInlinedProbes = 4; member in class:v8::internal::StringDictionaryLookupStub
H A Dcode-stubs-arm.cc6843 for (int i = 0; i < kInlinedProbes; i++) {
6869 if (i != kInlinedProbes - 1) {
6940 for (int i = 0; i < kInlinedProbes; i++) {
7022 for (int i = kInlinedProbes; i < kTotalProbes; i++) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h443 static const int kInlinedProbes = 4; member in class:v8::internal::StringDictionaryLookupStub
H A Dcode-stubs-ia32.cc6818 for (int i = 0; i < kInlinedProbes; i++) {
6895 for (int i = 0; i < kInlinedProbes; i++) {
6961 for (int i = kInlinedProbes; i < kTotalProbes; i++) {
/external/v8/src/mips/
H A Dcode-stubs-mips.h878 static const int kInlinedProbes = 4; member in class:v8::internal::StringDictionaryLookupStub
H A Dcode-stubs-mips.cc7106 for (int i = 0; i < kInlinedProbes; i++) {
7133 if (i != kInlinedProbes - 1) {
7202 for (int i = 0; i < kInlinedProbes; i++) {
7287 for (int i = kInlinedProbes; i < kTotalProbes; i++) {

Completed in 272 milliseconds