Searched refs:CreateCache (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | static_init4.cc | 16 Cache *CreateCache() { in CreateCache() function 22 static Cache *c = CreateCache(); in Thread1()
|
D | static_init5.cc | 18 Cache *CreateCache() { in CreateCache() function 27 static Cache *c = CreateCache(); in Thread1()
|
D | static_init6.cc | 18 Cache *CreateCache() { in CreateCache() function 27 static Cache *c = CreateCache(); in Thread1()
|
D | static_init3.cc | 13 Cache *CreateCache() { in CreateCache() function 21 static Cache *c = CreateCache(); in Thread1()
|
/external/chromium_org/net/tools/crash_cache/ |
D | crash_cache.cc | 138 bool CreateCache(const base::FilePath& path, in CreateCache() function 158 if (!CreateCache(path, cache_thread, &cache, &cb)) in SimpleInsert() 195 if (!CreateCache(path, cache_thread, &cache, &cb)) in SimpleRemove() 234 if (!CreateCache(path, cache_thread, &cache, &cb)) in HeadRemove()
|
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 2128 static FixedArray* CreateCache(int size, Handle<JSFunction> factory_function) { in CreateCache() function 2154 FixedArray* cache = CreateCache((size), Handle<JSFunction>(func)); \ in InstallJSFunctionResultCaches()
|