Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h562 V8_EXPORT_PRIVATE void MakeWritable(base::AddressRegion);
734 void MakeWritable(base::AddressRegion region) { in MakeWritable() function
736 code_allocator_.MakeWritable(region); in MakeWritable()
Dwasm-code-manager.cc757 MakeWritable({commit_start - commit_page_size, commit_page_size}); in AllocateForCodeInRegion()
822 void WasmCodeAllocator::MakeWritable(base::AddressRegion region) { in MakeWritable() function in v8::internal::wasm::WasmCodeAllocator
1551 code_allocator_.MakeWritable(AddressRegionOf(jump_tables_space)); in PatchJumpTableLocked()
1553 code_allocator_.MakeWritable( in PatchJumpTableLocked()
1555 code_allocator_.MakeWritable( in PatchJumpTableLocked()