Home
last modified time | relevance | path

Searched defs:heap_view (Results 1 – 11 of 11) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dmemory.rs11 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_base() localVariable
19 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_size() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dmemory.rs11 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_base() localVariable
19 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_size() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dmemory.rs11 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_base() localVariable
19 let heap_view = inst.instance_handle.heap_mut(); in lucet_get_heap_size() localVariable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzAddressSpaceLimit.cpp48 size_t ZAddressSpaceLimit::heap_view() { in heap_view() function in ZAddressSpaceLimit
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzAddressSpaceLimit.cpp49 size_t ZAddressSpaceLimit::heap_view() { in heap_view() function in ZAddressSpaceLimit
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzAddressSpaceLimit.cpp47 size_t ZAddressSpaceLimit::heap_view() { in heap_view() function in ZAddressSpaceLimit
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzAddressSpaceLimit.cpp47 size_t ZAddressSpaceLimit::heap_view() { in heap_view() function in ZAddressSpaceLimit
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dvmctx.rs30 heap_view: RefCell<Box<[u8]>>, field
41 let heap_view = self.heap_view.replace(Box::new([])); in drop() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dvmctx.rs30 heap_view: RefCell<Box<[u8]>>, field
41 let heap_view = self.heap_view.replace(Box::new([])); in drop() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/
H A Dvmctx.rs30 heap_view: RefCell<Box<[u8]>>, field
41 let heap_view = self.heap_view.replace(Box::new([])); in drop() localVariable
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dvmctx.rs30 heap_view: RefCell<Box<[u8]>>, field
41 let heap_view = self.heap_view.replace(Box::new([])); in drop() localVariable