Home
last modified time | relevance | path

Searched refs:ArrayElementAddress (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc541 inline void* ArrayElementAddress(WasmArray array, uint32_t index, in ArrayElementAddress() function
577 void* dst = ArrayElementAddress(dst_array, dst_index, element_size_bytes); in array_copy_wrapper()
578 void* src = ArrayElementAddress(src_array, src_index, element_size_bytes); in array_copy_wrapper()
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc642 inline void* ArrayElementAddress(Handle<WasmArray> array, uint32_t index, in ArrayElementAddress() function
677 void* dst = ArrayElementAddress(dst_array, dst_index, element_size_bytes); in RUNTIME_FUNCTION()
678 void* src = ArrayElementAddress(src_array, src_index, element_size_bytes); in RUNTIME_FUNCTION()

Completed in 3 milliseconds