Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc658 Vector<const byte> function_bytes = wire_bytes.GetFunctionBytes(function); in GetDebugSideTable() local
660 FunctionBody func_body{function->sig, 0, function_bytes.begin(), in GetDebugSideTable()
661 function_bytes.end()}; in GetDebugSideTable()
/external/v8/src/api/
Dapi.cc9970 i::Vector<const i::byte> function_bytes = wire_bytes.GetFunctionBytes(&func); in GetFunctionHash() local
9972 return i::StringHasher::HashSequentialString(function_bytes.begin(), in GetFunctionHash()
9973 function_bytes.length(), 0); in GetFunctionHash()