Chromium Code Reviews

Unified Diff: src/code-stubs.h

Issue 2341743003: [interpreter] Inline FastCloneShallowArrayStub into bytecode handler (Closed)
Patch Set: compile issues Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/code-stubs.cc » ('j') | src/code-stubs.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index a38fcef46fe175871bf27c05270a7896db8ad848..f6fc47dce468b2fc0082d34330f28e7bae0df8cf 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -1274,9 +1274,9 @@ class FastCloneShallowArrayStub : public TurboFanCodeStub {
static compiler::Node* Generate(CodeStubAssembler* assembler,
compiler::Node* closure,
compiler::Node* literal_index,
- compiler::Node* constant_elements,
compiler::Node* context,
- AllocationSiteMode allocation_site_mode);
+ AllocationSiteMode allocation_site_mode,
+ CodeStubAssembler::Label* call_runtime);
AllocationSiteMode allocation_site_mode() const {
return AllocationSiteModeBits::decode(minor_key_);
« no previous file with comments | « no previous file | src/code-stubs.cc » ('j') | src/code-stubs.cc » ('J')

Powered by Google App Engine