Searched refs:jit_cache (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | v8_tracker.cc | 408 JitCache* jit_cache = nullptr; in AddJsCode() local 417 jit_cache = MaybeFindJitCache(isolate_id, code_range); in AddJsCode() 418 if (!jit_cache) { in AddJsCode() 426 jit_cache = FindJitCache(isolate_id, code_range); in AddJsCode() 432 if (!jit_cache) { in AddJsCode() 440 const auto jit_code_id = jit_cache->LoadCode( in AddJsCode() 458 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddInternalCode() local 459 if (!jit_cache) { in AddInternalCode() 466 const auto jit_code_id = jit_cache->LoadCode( in AddInternalCode() 484 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddWasmCode() local [all …]
|
/external/perfetto/src/trace_processor/importers/common/ |
D | mapping_tracker.cc | 94 JitCache* jit_cache = entry.second; in CreateUserMemoryMapping() local 96 mapping->SetJitCache(jit_cache); in CreateUserMemoryMapping() 155 JitCache* jit_cache) { in AddJitRange() argument 157 jit_caches_[upid].TrimOverlapsAndEmplace(jit_range, jit_cache); in AddJitRange() 161 entry.second->SetJitCache(jit_cache); in AddJitRange()
|
D | virtual_memory_mapping.h | 97 void SetJitCache(JitCache* jit_cache) { jit_cache_ = jit_cache; } in SetJitCache() argument
|
D | BUILD.gn | 40 "jit_cache.cc", 41 "jit_cache.h",
|
D | mapping_tracker.h | 96 void AddJitRange(UniquePid upid, AddressRange range, JitCache* jit_cache);
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_framework_c_interface.cc | 254 JITCache* jit_cache = nullptr; in _mlir_ciface_tf_jit_compile() local 257 &jit_cache, JITCache::Create); in _mlir_ciface_tf_jit_compile() 258 tensorflow::core::ScopedUnref jit_cache_ref(jit_cache); in _mlir_ciface_tf_jit_compile() 284 ExecutionEngine* engine = jit_cache->LookupOrCompile(code, [&]() { in _mlir_ciface_tf_jit_compile()
|
/external/perfetto/ |
D | BUILD | 1829 "src/trace_processor/importers/common/jit_cache.cc", 1830 "src/trace_processor/importers/common/jit_cache.h",
|
D | Android.bp | 13113 "src/trace_processor/importers/common/jit_cache.cc",
|