Searched refs:kNumberOfCaches (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/src/ |
D | heap.h | 2907 enum Type {ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches}; enumerator 2909 STATIC_ASSERT((1 << kTranscendentalTypeBits) >= kNumberOfCaches); 2961 for (int i = 0; i < kNumberOfCaches; ++i) caches_[i] = NULL; in TranscendentalCache() 2965 for (int i = 0; i < kNumberOfCaches; ++i) delete caches_[i]; in ~TranscendentalCache() 2979 SubCache* caches_[kNumberOfCaches];
|
D | bootstrapper.cc | 2110 const int kNumberOfCaches = 0 + in InstallJSFunctionResultCaches() local 2117 factory()->NewFixedArray(kNumberOfCaches, TENURED); in InstallJSFunctionResultCaches()
|
D | hydrogen-instructions.h | 5314 transcendental_type_(TranscendentalCache::kNumberOfCaches) { in DECLARE_CONCRETE_INSTRUCTION()
|
D | heap.cc | 7803 for (int i = 0; i < kNumberOfCaches; i++) { in Clear()
|
/external/v8/src/ |
D | heap.h | 2530 enum Type {ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches}; enumerator 2532 STATIC_ASSERT((1 << kTranscendentalTypeBits) >= kNumberOfCaches); 2584 for (int i = 0; i < kNumberOfCaches; ++i) caches_[i] = NULL; in TranscendentalCache() 2597 SubCache* caches_[kNumberOfCaches];
|
D | bootstrapper.cc | 1870 const int kNumberOfCaches = 0 + in InstallJSFunctionResultCaches() local 1876 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); in InstallJSFunctionResultCaches()
|
D | hydrogen-instructions.h | 3401 transcendental_type_(TranscendentalCache::kNumberOfCaches) {
|
D | heap.cc | 6883 for (int i = 0; i < kNumberOfCaches; i++) { in Clear()
|
/external/chromium/net/disk_cache/ |
D | backend_unittest.cc | 1931 const int kNumberOfCaches = 2; in TEST_F() local 1932 disk_cache::Backend* cache[kNumberOfCaches]; in TEST_F() 1947 for (int i = 0; i < kNumberOfCaches; i++) { in TEST_F()
|
/external/chromium_org/net/disk_cache/ |
D | backend_unittest.cc | 2870 const int kNumberOfCaches = 2; in TEST_F() local 2871 scoped_ptr<disk_cache::Backend> cache[kNumberOfCaches]; in TEST_F() 2899 for (int i = 0; i < kNumberOfCaches; i++) { in TEST_F()
|