Home
last modified time | relevance | path

Searched refs:cache_hit (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.cc152 bool cache_hit = true; in ReadConstraints() local
156 cache_hit = false; in ReadConstraints()
162 if (SqliteTable::debug && !cache_hit) { in ReadConstraints()
166 return cache_hit; in ReadConstraints()
/external/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c75 bool* cache_hit) in util_live_shader_cache_get() argument
128 if (cache_hit) in util_live_shader_cache_get()
129 *cache_hit = (shader != NULL); in util_live_shader_cache_get()
Du_live_shader_cache.h84 bool* cache_hit);
/external/toolchain-utils/deprecated/crb/
Dautotest_run.py196 cache_hit = False
198 cache_hit = self.TryToLoadFromCache()
204 cache_hit = False
205 if not cache_hit:
248 if (not cache_hit and not self.retval and self.autotest.args and
/external/toolchain-utils/crosperf/
Dbenchmark_run.py53 self.cache_hit = False
81 self.cache_hit = (self.result is not None)
252 self.cache_hit = (self.result is not None)
Dschedv2_unittest.py190 br.cache_hit = (br.label.name == 'image2')
208 br.cache_hit = False
Dexperiment.py171 if not t.cache_hit:
187 if not br.cache_hit:
Dexperiment_runner_unittest.py308 r.cache_hit = True
338 r.cache_hit = False
396 r.cache_hit = True
Dschedv2.py220 if br.cache_hit:
Dexperiment_runner.py232 if not benchmark_run.cache_hit:
/external/v8/src/wasm/
Dmodule-compiler.cc1648 bool cache_hit = !isolate->wasm_engine()->UpdateNativeModuleCache( in CompileToNativeModule() local
1652 if (cache_hit) { in CompileToNativeModule()
1978 bool cache_hit = in operator ()() local
1981 DCHECK_EQ(cache_hit, native_module != job_->native_module_); in operator ()()
1982 job_->DoSync<CompileFinished>(cache_hit ? std::move(native_module) in operator ()()
2646 bool cache_hit = false; in OnFinishedStream() local
2652 cache_hit = job_->GetOrCreateNativeModule(std::move(result).value(), in OnFinishedStream()
2670 if (!cache_hit) { in OnFinishedStream()
2671 cache_hit = !job_->isolate_->wasm_engine()->UpdateNativeModuleCache( in OnFinishedStream()
2677 job_->FinishCompile(cache_hit); in OnFinishedStream()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1365 bool cache_hit; in anv_pipeline_compile_graphics() local
1369 sizeof(stages[s].cache_key), &cache_hit); in anv_pipeline_compile_graphics()
1375 if (cache_hit) { in anv_pipeline_compile_graphics()
1709 bool cache_hit = false; in anv_pipeline_compile_cs() local
1714 &cache_hit); in anv_pipeline_compile_cs()
1790 if (cache_hit) { in anv_pipeline_compile_cs()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp520 bool cache_hit = false; in ParseSymbolDict() local
530 cache_hit = true; in ParseSymbolDict()
535 if (!cache_hit) { in ParseSymbolDict()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2902 bool cache_hit; in si_create_shader() local
2904 ctx, &sscreen->live_shader_cache, state, &cache_hit); in si_create_shader()
2906 if (sel && cache_hit && sctx->debug.debug_message) { in si_create_shader()
/external/v8/src/execution/ppc/
Dsimulator-ppc.cc707 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
709 if (cache_hit) { in CheckICache()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2921 void radv_stop_feedback(VkPipelineCreationFeedbackEXT *feedback, bool cache_hit) in radv_stop_feedback() argument
2928 … (cache_hit ? VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT : 0); in radv_stop_feedback()
/external/v8/src/execution/arm/
Dsimulator-arm.cc626 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
628 if (cache_hit) { in CheckICache()
/external/v8/src/execution/mips/
Dsimulator-mips.cc842 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
844 if (cache_hit) { in CheckICache()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc783 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
785 if (cache_hit) { in CheckICache()
/external/python/cpython2/Modules/
D_bsddb.c5026 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat()
5087 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat()
/external/v8/src/execution/s390/
Dsimulator-s390.cc726 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local
728 if (cache_hit) { in CheckICache()