Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap-write-barrier.cc83 int WriteBarrier::MarkingFromCode(Address raw_host, Address raw_slot) { in MarkingFromCode() argument
84 HeapObject host = HeapObject::cast(Object(raw_host)); in MarkingFromCode()
Dheap-write-barrier.h58 static int MarkingFromCode(Address raw_host, Address raw_slot);
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dverify.rs124 let raw_host = if host.is_empty() { "\0" } else { host }; in set_host() localVariable
127 raw_host.as_ptr() as *const _, in set_host()