Searched refs:ElementSlot (Results 1 – 4 of 4) sorted by relevance
566 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()
600 ObjectSlot WasmArray::ElementSlot(uint32_t index) { in ElementSlot() function
967 inline ObjectSlot ElementSlot(uint32_t index);
666 ObjectSlot dst_slot = dst_array->ElementSlot(dst_index); in RUNTIME_FUNCTION()667 ObjectSlot src_slot = src_array->ElementSlot(src_index); in RUNTIME_FUNCTION()