Home
last modified time | relevance | path

Searched refs:jit_cache (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dv8_tracker.cc408 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/
Dmapping_tracker.cc94 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()
Dvirtual_memory_mapping.h97 void SetJitCache(JitCache* jit_cache) { jit_cache_ = jit_cache; } in SetJitCache() argument
DBUILD.gn40 "jit_cache.cc",
41 "jit_cache.h",
Dmapping_tracker.h96 void AddJitRange(UniquePid upid, AddressRange range, JitCache* jit_cache);
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc254 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/
DBUILD1829 "src/trace_processor/importers/common/jit_cache.cc",
1830 "src/trace_processor/importers/common/jit_cache.h",
DAndroid.bp13113 "src/trace_processor/importers/common/jit_cache.cc",