Home
last modified time | relevance | path

Searched defs:jit_cache (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dv8_tracker.cc395 JitCache* jit_cache = nullptr; in AddJsCode() local
445 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddInternalCode() local
471 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddWasmCode() local
498 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddRegExpCode() local
/external/perfetto/src/trace_processor/importers/common/
Dmapping_tracker.cc93 JitCache* jit_cache = entry.second; in CreateUserMemoryMapping() local
154 JitCache* jit_cache) { in AddJitRange()
Dvirtual_memory_mapping.h95 void SetJitCache(JitCache* jit_cache) { jit_cache_ = jit_cache; } in SetJitCache()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc254 JITCache* jit_cache = nullptr; in _mlir_ciface_tf_jit_compile() local