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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Use constructor name if available. Created 3 years, 10 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
Index: test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden b/test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
index 2abe2d802221d0fc29c25e8cebf8734d454955ac..8cd120be9b8452e22ae07302ce91fa92131b5529 100644
--- a/test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
@@ -65,7 +65,7 @@ bytecodes: [
/* 10 E> */ B(StackCheck),
B(Mov), R(arg0), R(1),
/* 29 S> */ B(LdaZero),
- /* 44 E> */ B(LdaKeyedProperty), R(0), U8(2),
+ /* 44 E> */ B(LdaKeyedProperty), R(0), U8(4),
/* 49 S> */ B(Return),
]
constant pool: [
@@ -91,11 +91,11 @@ bytecodes: [
/* 10 E> */ B(StackCheck),
B(Mov), R(arg0), R(1),
/* 29 S> */ B(LdaZero),
- /* 44 E> */ B(LdaKeyedProperty), R(0), U8(2),
+ /* 44 E> */ B(LdaKeyedProperty), R(0), U8(4),
B(Star), R(3),
B(LdaZero),
- /* 59 E> */ B(LdaKeyedProperty), R(2), U8(4),
- /* 48 E> */ B(Add), R(3), U8(6),
+ /* 59 E> */ B(LdaKeyedProperty), R(2), U8(6),
+ /* 48 E> */ B(Add), R(3), U8(8),
/* 64 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698