Home
last modified time | relevance | path

Searched refs:dump_code_load_record (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Djitdump.rs61 if let Err(err) = jitdump_file.dump_code_load_record(&name, code, timestamp, self.pid, tid) in register_function()
/wasmtime-44.0.1/crates/jit-debug/src/
H A Dperf_jitdump.rs282 pub fn dump_code_load_record( in dump_code_load_record() method