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

Unified Diff: src/crankshaft/hydrogen.h

Issue 2844993002: [cleanup] Drop some dead code from Crankshaft. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/hydrogen.h
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
index ebfb02c18125edd8eae3062780bbca10ef574902..656bbf0e8e8f3f20680f18a75b07259e1f4ce584 100644
--- a/src/crankshaft/hydrogen.h
+++ b/src/crankshaft/hydrogen.h
@@ -1379,20 +1379,10 @@ class HGraphBuilder {
ElementsKind kind,
HValue* length);
- void BuildTransitionElementsKind(HValue* object,
- HValue* map,
- ElementsKind from_kind,
- ElementsKind to_kind,
- bool is_jsarray);
-
HValue* BuildNumberToString(HValue* object, AstType* type);
HValue* BuildToNumber(HValue* input);
HValue* BuildToObject(HValue* receiver);
- HValue* BuildUncheckedDictionaryElementLoad(HValue* receiver,
- HValue* elements, HValue* key,
- HValue* hash);
-
// ES6 section 7.4.7 CreateIterResultObject ( value, done )
HValue* BuildCreateIterResultObject(HValue* value, HValue* done);
@@ -1475,8 +1465,6 @@ class HGraphBuilder {
ElementsKind kind,
HValue *dependency = NULL);
- HValue* AddLoadJSBuiltin(int context_index);
-
HValue* EnforceNumberType(HValue* number, AstType* expected);
HValue* TruncateToNumber(HValue* value, AstType** expected);
@@ -1797,8 +1785,6 @@ class HGraphBuilder {
HValue* length,
HValue* capacity);
- HValue* BuildElementIndexHash(HValue* index);
-
void BuildCreateAllocationMemento(HValue* previous_object,
HValue* previous_object_size,
HValue* payload);
@@ -1809,14 +1795,8 @@ class HGraphBuilder {
Handle<JSObject> holder,
bool ensure_no_elements = false);
- HInstruction* BuildGetNativeContext(HValue* closure);
HInstruction* BuildGetNativeContext();
- // Builds a loop version if |depth| is specified or unrolls the loop to
- // |depth_value| iterations otherwise.
- HValue* BuildGetParentContext(HValue* depth, int depth_value);
-
- HInstruction* BuildGetArrayFunction();
HValue* BuildArrayBufferViewFieldAccessor(HValue* object,
HValue* checked_object,
FieldIndex index);
« no previous file with comments | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698