HomeSort by relevance Sort by last modified time
    Searched refs:CreateCache (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/tsan/
static_init3.cc 13 Cache *CreateCache() {
21 static Cache *c = CreateCache();
static_init4.cc 16 Cache *CreateCache() {
22 static Cache *c = CreateCache();
static_init5.cc 18 Cache *CreateCache() {
27 static Cache *c = CreateCache();
static_init6.cc 18 Cache *CreateCache() {
27 static Cache *c = CreateCache();
  /external/skia/src/core/
SkImageFilter.cpp 492 SkImageFilter::Cache* CreateCache() {
502 SK_DECLARE_STATIC_LAZY_PTR(SkImageFilter::Cache, cache, CreateCache);
  /external/v8/src/
bootstrapper.cc     [all...]

Completed in 329 milliseconds