Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs407 pub static COMPILED_TEST_FILE: Cell<*const CompiledTestFile> = Cell::new(std::ptr::null()); constant
427 COMPILED_TEST_FILE.set(compiled as *const _); in call()
431 COMPILED_TEST_FILE.set(std::ptr::null()); in call()
639 let compiled_test_file = unsafe { &*COMPILED_TEST_FILE.get() }; in __cranelift_throw()