Searched refs:function_bytes (Results 1 – 2 of 2) sorted by relevance
658 Vector<const byte> function_bytes = wire_bytes.GetFunctionBytes(function); in GetDebugSideTable() local660 FunctionBody func_body{function->sig, 0, function_bytes.begin(), in GetDebugSideTable()661 function_bytes.end()}; in GetDebugSideTable()
9970 i::Vector<const i::byte> function_bytes = wire_bytes.GetFunctionBytes(&func); in GetFunctionHash() local9972 return i::StringHasher::HashSequentialString(function_bytes.begin(), in GetFunctionHash()9973 function_bytes.length(), 0); in GetFunctionHash()