Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule_artifacts.rs125 pub fn push_func( in push_func() method
695 .push_func(def_func_key(0, 0), func_loc(0..10), FilePos::new(111)) in make_test_table()
696 .push_func(def_func_key(0, 1), func_loc(10..20), FilePos::new(222)) in make_test_table()
697 .push_func(def_func_key(0, 2), func_loc(20..30), FilePos::none()) in make_test_table()
699 .push_func(def_func_key(0, 5), func_loc(30..40), FilePos::new(333)) in make_test_table()
701 .push_func( in make_test_table()
706 .push_func( in make_test_table()
711 .push_func( in make_test_table()
837 builder.push_func( in reverse_lookups()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs1112 table_builder.push_func(*key, func_loc, src_loc); in link_and_append_code()