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

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

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: more comments. 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
Index: test/cctest/interpreter/bytecode_expectations/CountOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
index 7c3a459be368925dfa172882ed188c84a7825e9d..512ad2668a89f31b838fd8bb843326d6bc637ab7 100644
--- a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
@@ -100,13 +100,13 @@ parameter count: 1
bytecode array length: 26
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
+ /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(1),
B(Mov), R(1), R(0),
- /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(2),
+ /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3),
B(ToNumber), R(2),
B(Ldar), R(2),
- B(Inc), U8(6),
- /* 66 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(4),
+ B(Inc), U8(7),
+ /* 66 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5),
B(Ldar), R(2),
/* 70 S> */ B(Return),
]
@@ -126,11 +126,11 @@ parameter count: 1
bytecode array length: 20
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
+ /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(1),
B(Mov), R(1), R(0),
- /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(2),
- B(Dec), U8(6),
- /* 65 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(4),
+ /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3),
+ B(Dec), U8(7),
+ /* 65 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5),
/* 70 S> */ B(Return),
]
constant pool: [
@@ -151,14 +151,14 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 45 S> */ B(LdaConstant), U8(0),
B(Star), R(0),
- /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(0), U8(1), R(2),
+ /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(2), U8(1), R(2),
B(Mov), R(2), R(1),
/* 72 S> */ B(Ldar), R(0),
- /* 81 E> */ B(LdaKeyedProperty), R(1), U8(2),
+ /* 81 E> */ B(LdaKeyedProperty), R(1), U8(3),
B(ToNumber), R(4),
B(Ldar), R(4),
- B(Dec), U8(6),
- /* 86 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(4),
+ B(Dec), U8(7),
+ /* 86 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(5),
B(Ldar), R(4),
/* 90 S> */ B(Return),
]
@@ -180,12 +180,12 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 45 S> */ B(LdaConstant), U8(0),
B(Star), R(0),
- /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(0), U8(1), R(2),
+ /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(2), U8(1), R(2),
B(Mov), R(2), R(1),
/* 72 S> */ B(Ldar), R(0),
- /* 83 E> */ B(LdaKeyedProperty), R(1), U8(2),
- B(Inc), U8(6),
- /* 87 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(4),
+ /* 83 E> */ B(LdaKeyedProperty), R(1), U8(3),
+ B(Inc), U8(7),
+ /* 87 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(5),
/* 90 S> */ B(Return),
]
constant pool: [
@@ -261,15 +261,15 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9),
+ /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(9),
B(Star), R(1),
/* 63 S> */ B(Ldar), R(0),
B(ToNumber), R(3),
B(Ldar), R(3),
- B(Inc), U8(2),
+ B(Inc), U8(3),
B(Star), R(0),
B(LdaSmi), I8(2),
- /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(3),
+ /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(4),
/* 84 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698