Home
last modified time | relevance | path

Searched refs:ElementSlot (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-external-refs.cc566 ObjectSlot dst_slot = dst_array.ElementSlot(dst_index); in array_copy_wrapper()
567 ObjectSlot src_slot = src_array.ElementSlot(src_index); in array_copy_wrapper()
Dwasm-objects-inl.h600 ObjectSlot WasmArray::ElementSlot(uint32_t index) { in ElementSlot() function
Dwasm-objects.h967 inline ObjectSlot ElementSlot(uint32_t index);
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc666 ObjectSlot dst_slot = dst_array->ElementSlot(dst_index); in RUNTIME_FUNCTION()
667 ObjectSlot src_slot = src_array->ElementSlot(src_index); in RUNTIME_FUNCTION()