/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_unittest.cc | 190 const char kSecondary[] = "calculator"; 193 history()->AddLaunchEvent(kQuery, kSecondary); 197 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kSecondary)); 201 EXPECT_EQ(PREFIX_SECONDARY, GetResultType(kSecondary)); 207 const char kSecondary[] = "calculator"; 212 history()->AddLaunchEvent(kQuery, kSecondary); 216 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kSecondary)); 220 history()->AddLaunchEvent(kQuery, kSecondary); 222 history()->AddLaunchEvent(kQuery, kSecondary); 224 history()->AddLaunchEvent(kQuery, kSecondary); [all...] |
/external/chromium_org/v8/src/ |
stub-cache.h | 217 kSecondary 242 case StubCache::kSecondary: return StubCache::secondary_; [all...] |
serialize.cc | 282 Add(stub_cache->key_reference(StubCache::kSecondary).address(), 286 Add(stub_cache->value_reference(StubCache::kSecondary).address(), 290 Add(stub_cache->map_reference(StubCache::kSecondary).address(), [all...] |
/external/v8/src/ |
stub-cache.h | 269 kSecondary 294 case StubCache::kSecondary: return StubCache::secondary_; [all...] |
serialize.cc | 280 Add(stub_cache->key_reference(StubCache::kSecondary).address(), 284 Add(stub_cache->value_reference(StubCache::kSecondary).address(), 288 Add(stub_cache->map_reference(StubCache::kSecondary).address(), [all...] |
/external/chromium_org/v8/src/ia32/ |
stub-cache-ia32.cc | 82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 120 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 250 isolate(), masm, flags, kSecondary, name, receiver, offset, extra); [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 120 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 254 isolate(), masm, flags, kSecondary, name, receiver, offset, extra); [all...] |
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 111 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 257 kSecondary, [all...] |
/external/chromium_org/v8/src/mips/ |
stub-cache-mips.cc | 106 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 249 kSecondary, [all...] |
/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 97 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 214 ProbeTable(isolate, masm, flags, kSecondary, receiver, name, scratch); [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 217 ProbeTable(isolate, masm, flags, kSecondary, receiver, name, scratch); [all...] |
/external/v8/src/arm/ |
stub-cache-arm.cc | 116 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 266 kSecondary, [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 106 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 253 kSecondary, [all...] |