Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A 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()
H A Dwasm-objects-inl.h645 ObjectSlot WasmArray::ElementSlot(uint32_t index) { in ElementSlot() function
H A Dwasm-objects.h928 inline ObjectSlot ElementSlot(uint32_t index);
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-wasm.cc660 ObjectSlot dst_slot = dst_array->ElementSlot(dst_index); in RUNTIME_FUNCTION()
661 ObjectSlot src_slot = src_array->ElementSlot(src_index); in RUNTIME_FUNCTION()