Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index cc628b06cea6abaeee9dc0994b27e3d266e5b92b..5b6d6667e56e1931f19919e09dba5c40066c5f22 100644 |
--- a/src/crankshaft/hydrogen.h |
+++ b/src/crankshaft/hydrogen.h |
@@ -2623,20 +2623,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
return false; |
} |
- bool IsJSArrayBufferViewFieldAccessor() { |
- int offset; // unused |
- return Accessors::IsJSArrayBufferViewFieldAccessor(map_, name_, &offset); |
- } |
- |
- bool GetJSArrayBufferViewFieldAccess(HObjectAccess* access) { |
- int offset; |
- if (Accessors::IsJSArrayBufferViewFieldAccessor(map_, name_, &offset)) { |
- *access = HObjectAccess::ForMapAndOffset(map_, offset); |
- return true; |
- } |
- return false; |
- } |
- |
bool has_holder() { return !holder_.is_null(); } |
bool IsLoad() const { return access_type_ == LOAD; } |