| /wasmtime-44.0.1/cranelift/jit/src/memory/ |
| H A D | arena.rs | 48 fn finalize(&mut self, branch_protection: BranchProtection) { in finalize() method 187 pub(crate) fn finalize(&mut self, branch_protection: BranchProtection) { in finalize() method 189 segment.finalize(branch_protection); in finalize() 240 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()> { in finalize() method 241 self.finalize(branch_protection); in finalize() 276 arena.finalize(BranchProtection::None); in large_virtual_allocation()
|
| H A D | mod.rs | 36 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()>; in finalize() method
|
| H A D | system.rs | 260 fn finalize(&mut self, branch_protection: BranchProtection) -> ModuleResult<()> { in finalize() method
|
| /wasmtime-44.0.1/cranelift/jit/examples/ |
| H A D | jit-minimal.rs | 51 bcx.finalize(); in main() 74 bcx.finalize(); in main()
|
| /wasmtime-44.0.1/cranelift/frontend/src/frontend/ |
| H A D | safepoints.rs | 844 builder.finalize(); in needs_stack_map_and_loop() 929 builder.finalize(); in needs_stack_map_simple() 1037 builder.finalize(); in needs_stack_map_and_post_order_early_return() 1128 builder.finalize(); in needs_stack_map_conditional_branches_and_liveness() 1200 builder.finalize(); in needs_stack_map_conditional_branches_and_liveness() 1287 builder.finalize(); in needs_stack_map_and_tail_calls() 1357 builder.finalize(); in needs_stack_map_and_tail_calls() 1465 builder.finalize(); in needs_stack_map_and_cfg_diamond() 1566 builder.finalize(); in needs_stack_map_and_heterogeneous_types() 1689 builder.finalize(); in series_of_non_overlapping_live_ranges_needs_stack_map() [all …]
|
| /wasmtime-44.0.1/pulley/src/ |
| H A D | profile.rs | 126 samples.finalize(); in add_samples() 157 fn finalize(&mut self) { in finalize() method
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | frontend.rs | 682 pub fn finalize(mut self) { in finalize() method 1306 builder.finalize(); in sample_function() 1372 builder.finalize(); in memcpy() 1427 builder.finalize(); in small_memcpy() 1479 builder.finalize(); in not_so_small_memcpy() 1523 builder.finalize(); in small_memset() 1562 builder.finalize(); in not_so_small_memset() 1623 builder.finalize(); in memcmp() 1831 builder.finalize(); in small_memcmp_helper() 1937 builder.finalize(); in test_builder_with_iconst_and_negative_constant() [all …]
|
| H A D | switch.rs | 559 builder.finalize(); // Will panic if some blocks are not sealed in switch_seal_generated_blocks()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | user_stack_maps.rs | 175 pub(crate) fn finalize(&mut self, sp_to_sized_stack_slots: u32) { in finalize() method
|
| /wasmtime-44.0.1/cranelift/object/tests/ |
| H A D | basic.rs | 152 bcx.finalize(); in switch_error() 304 bcx.finalize(); in aarch64_colocated_data_symbol_reloc()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 124 masm.finalize(base)?, in compile_function()
|
| H A D | masm.rs | 502 fn finalize(mut self, base: Option<SourceLoc>) -> Result<MachBufferFinalized<Final>> { in finalize() method 504 patch.finalize(i32::try_from(self.sp_max).unwrap(), self.asm.buffer_mut()); in finalize() 507 Ok(self.asm.finalize(base)) in finalize()
|
| H A D | asm.rs | 128 pub fn finalize(mut self, loc: Option<SourceLoc>) -> MachBufferFinalized<Final> { in finalize() method 1332 pub(crate) fn finalize(self, val: i32, buffer: &mut MachBuffer<Inst>) { in finalize() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | mod.rs | 131 masm.finalize(base)?, in compile_function()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | incremental_cache.rs | 184 let hash: [u8; 32] = hasher.0.finalize().into(); in compute_cache_key()
|
| /wasmtime-44.0.1/cranelift/jit/tests/ |
| H A D | basic.rs | 135 bcx.finalize(); in switch_error()
|
| /wasmtime-44.0.1/crates/cache/src/ |
| H A D | lib.rs | 200 let hash: [u8; 32] = hasher.0.finalize().into(); in get_data_raw()
|
| /wasmtime-44.0.1/crates/cranelift/src/translate/ |
| H A D | func_translator.rs | 95 builder.finalize(); in translate_body()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | emit.rs | 1448 let mem = mem.finalize(state.frame_layout(), sink).clone(); in emit() 1569 let mem_low = mem_low.finalize(state.frame_layout(), sink).clone(); in emit() 1570 let mem_high = mem_high.finalize(state.frame_layout(), sink).clone(); in emit() 1687 let mem_low = mem_low.finalize(state.frame_layout(), sink).clone(); in emit() 1688 let mem_high = mem_high.finalize(state.frame_layout(), sink).clone(); in emit()
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p2_api_proxy_streaming.rs | 299 Ok(base64::engine::general_purpose::STANDARD_NO_PAD.encode(hasher.finalize())) in hash()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 470 builder.finalize(); in compile_wasm_to_array_trampoline() 826 builder.finalize(); in compile_wasm_to_builtin() 1437 builder.finalize(); in array_to_wasm_trampoline()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | buffer.rs | 1626 .map(|handler| handler.finalize(|label| self.resolve_label_offset(label))) in finish() 1809 stack_map.finalize(emit_state.frame_layout().sp_to_sized_stack_slots()); in push_user_stack_map() 1988 fn finalize<F: Fn(MachLabel) -> CodeOffset>(self, f: F) -> FinalizedMachExceptionHandler { in finalize() method
|
| /wasmtime-44.0.1/cranelift/jit/src/ |
| H A D | backend.rs | 346 self.memory.finalize(branch_protection)?; in finalize_definitions()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 409 base64::engine::general_purpose::STANDARD_NO_PAD.encode(hasher.finalize()) in do_wasi_http_hash_all()
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | function_runner.rs | 614 builder.finalize(); in make_trampoline()
|