Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dv8_tracker.cc402 JitCache* jit_cache = nullptr; in AddJsCode() local
452 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddInternalCode() local
478 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddWasmCode() local
505 JitCache* const jit_cache = FindJitCache(isolate_id, code_range); in AddRegExpCode() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dmapping_tracker.cc94 JitCache* jit_cache = entry.second; in CreateUserMemoryMapping() local
155 JitCache* jit_cache) { in AddJitRange()
H A Dvirtual_memory_mapping.h97 void SetJitCache(JitCache* jit_cache) { jit_cache_ = jit_cache; } in SetJitCache()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_framework_c_interface.cc254 JITCache* jit_cache = nullptr; in _mlir_ciface_tf_jit_compile() local