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

Unified Diff: src/code-stub-assembler.h

Issue 2619823005: [ic][stubs] Move more IC-related methods from CSA to AccessorAssembler. (Closed)
Patch Set: Code move Created 3 years, 11 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/code-stub-assembler.cc » ('j') | src/ic/accessor-assembler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index 77066b2bd0a46bb2a1d147c5135e5f13b82d521e..3cb90b03039e650958dbf941fc605a971092f79d 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -975,20 +975,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
Node* LoadReceiverMap(Node* receiver);
- // Extends properties backing store by JSObject::kFieldsAdded elements.
- void ExtendPropertiesBackingStore(Node* object);
-
- Node* PrepareValueForWrite(Node* value, Representation representation,
- Label* bailout);
-
- void StoreNamedField(Node* object, FieldIndex index,
- Representation representation, Node* value,
- bool transition_to_field);
-
- void StoreNamedField(Node* object, Node* offset, bool is_inobject,
- Representation representation, Node* value,
- bool transition_to_field);
-
// Emits keyed sloppy arguments load. Returns either the loaded value.
Node* LoadKeyedSloppyArguments(Node* receiver, Node* key, Label* bailout) {
return EmitKeyedSloppyArguments(receiver, key, nullptr, bailout);
« no previous file with comments | « no previous file | src/code-stub-assembler.cc » ('j') | src/ic/accessor-assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698