/external/perfetto/src/trace_processor/sqlite/ |
D | sqlite_table.cc | 152 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/ |
D | u_live_shader_cache.c | 75 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()
|
D | u_live_shader_cache.h | 84 bool* cache_hit);
|
/external/toolchain-utils/deprecated/crb/ |
D | autotest_run.py | 196 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/ |
D | benchmark_run.py | 53 self.cache_hit = False 81 self.cache_hit = (self.result is not None) 252 self.cache_hit = (self.result is not None)
|
D | schedv2_unittest.py | 190 br.cache_hit = (br.label.name == 'image2') 208 br.cache_hit = False
|
D | experiment.py | 171 if not t.cache_hit: 187 if not br.cache_hit:
|
D | experiment_runner_unittest.py | 308 r.cache_hit = True 338 r.cache_hit = False 396 r.cache_hit = True
|
D | schedv2.py | 220 if br.cache_hit:
|
D | experiment_runner.py | 232 if not benchmark_run.cache_hit:
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 1648 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/ |
D | anv_pipeline.c | 1365 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/ |
D | JBig2_Context.cpp | 520 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/ |
D | si_state_shaders.c | 2902 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/ |
D | simulator-ppc.cc | 707 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local 709 if (cache_hit) { in CheckICache()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 2921 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/ |
D | simulator-arm.cc | 626 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local 628 if (cache_hit) { in CheckICache()
|
/external/v8/src/execution/mips/ |
D | simulator-mips.cc | 842 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local 844 if (cache_hit) { in CheckICache()
|
/external/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 783 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local 785 if (cache_hit) { in CheckICache()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 5026 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat() 5087 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat()
|
/external/v8/src/execution/s390/ |
D | simulator-s390.cc | 726 bool cache_hit = (*cache_valid_byte == CachePage::LINE_VALID); in CheckICache() local 728 if (cache_hit) { in CheckICache()
|