Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 2983433002: Remove unused native methods ByteData_ToEndian<T> (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/typed_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index ba8b1b5b0406d4cc7729317e64f3734a60ed848b..1b01501b04306b3c5b6a2f1a2c8b558447d37ad7 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -216,14 +216,6 @@ namespace dart {
V(TypedData_SetInt32x4, 3) \
V(TypedData_GetFloat64x2, 2) \
V(TypedData_SetFloat64x2, 3) \
- V(ByteData_ToEndianInt16, 2) \
- V(ByteData_ToEndianUint16, 2) \
- V(ByteData_ToEndianInt32, 2) \
- V(ByteData_ToEndianUint32, 2) \
- V(ByteData_ToEndianInt64, 2) \
- V(ByteData_ToEndianUint64, 2) \
- V(ByteData_ToEndianFloat32, 2) \
- V(ByteData_ToEndianFloat64, 2) \
V(Float32x4_fromDoubles, 5) \
V(Float32x4_splat, 2) \
V(Float32x4_fromInt32x4Bits, 2) \
« no previous file with comments | « runtime/lib/typed_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698