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

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

Issue 2498013002: [ic] Refactor LoadIC code. (Closed)
Patch Set: Created 4 years, 1 month 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/code-stub-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 709c415e10d3b49f662c778f5dcbea6fa41d7513..3100096a4393b695884eee6364ba155351ccb841 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -1142,11 +1142,22 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
const LoadICParameters* p, compiler::Node* handler, Label* miss,
ElementSupport support_elements = kOnlyProperties);
+ void HandleLoadICSmiHandlerCase(const LoadICParameters* p,
+ compiler::Node* holder,
+ compiler::Node* smi_handler, Label* miss,
+ ElementSupport support_elements);
+
void HandleLoadICProtoHandler(const LoadICParameters* p,
compiler::Node* handler, Variable* var_holder,
Variable* var_smi_handler,
Label* if_smi_handler, Label* miss);
+ compiler::Node* EmitLoadICProtoArrayCheck(const LoadICParameters* p,
+ compiler::Node* handler,
+ compiler::Node* handler_length,
+ compiler::Node* handler_flags,
+ Label* miss);
+
void CheckPrototype(compiler::Node* prototype_cell, compiler::Node* name,
Label* miss);
« no previous file with comments | « no previous file | src/code-stub-assembler.cc » ('j') | src/code-stub-assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698