Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc404 void PrintTypedArrayElements(std::ostream& os, const ElementType* data_ptr, in PrintTypedArrayElements() function
539 PrintTypedArrayElements<elementType>(os, data_ptr, length, is_on_heap); \ in PrintElements()
1868 PrintTypedArrayElements(os, reinterpret_cast<int32_t*>(data_ptr), len, in WasmArrayPrint()
1872 PrintTypedArrayElements(os, reinterpret_cast<int64_t*>(data_ptr), len, in WasmArrayPrint()
1876 PrintTypedArrayElements(os, reinterpret_cast<float*>(data_ptr), len, in WasmArrayPrint()
1880 PrintTypedArrayElements(os, reinterpret_cast<double*>(data_ptr), len, in WasmArrayPrint()
1884 PrintTypedArrayElements(os, reinterpret_cast<int8_t*>(data_ptr), len, in WasmArrayPrint()
1888 PrintTypedArrayElements(os, reinterpret_cast<int16_t*>(data_ptr), len, in WasmArrayPrint()