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

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

Issue 2007023003: [interpreter] Address naming inconsistencies in bytecodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0056-register-only
Patch Set: Rebase. Created 4 years, 7 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/PropertyLoads.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden b/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
index 23c6d2bd1e4ac88f0dcdff1c8c19fefd7fb92804..a9a93c90e766869c788d75d4c06e71eb581f69d3 100644
--- a/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
@@ -20,7 +20,7 @@ bytecodes: [
/* 10 E> */ B(StackCheck),
/* 16 S> */ B(Ldar), R(arg0),
B(Star), R(0),
- /* 24 E> */ B(LoadIC), R(0), U8(0), U8(1),
+ /* 24 E> */ B(LdaNamedProperty), R(0), U8(0), U8(1),
/* 31 S> */ B(Return),
]
constant pool: [
@@ -41,7 +41,7 @@ bytecodes: [
/* 10 E> */ B(StackCheck),
/* 16 S> */ B(Ldar), R(arg0),
B(Star), R(0),
- /* 24 E> */ B(LoadIC), R(0), U8(0), U8(1),
+ /* 24 E> */ B(LdaNamedProperty), R(0), U8(0), U8(1),
/* 33 S> */ B(Return),
]
constant pool: [
@@ -63,7 +63,7 @@ bytecodes: [
/* 16 S> */ B(Ldar), R(arg0),
B(Star), R(0),
/* 24 E> */ B(LdaSmi), U8(100),
- B(KeyedLoadIC), R(0), U8(1),
+ B(LdaKeyedProperty), R(0), U8(1),
/* 31 S> */ B(Return),
]
constant pool: [
@@ -84,7 +84,7 @@ bytecodes: [
/* 19 S> */ B(Ldar), R(arg0),
B(Star), R(0),
/* 27 E> */ B(Ldar), R(arg1),
- B(KeyedLoadIC), R(0), U8(1),
+ B(LdaKeyedProperty), R(0), U8(1),
/* 32 S> */ B(Return),
]
constant pool: [
@@ -108,7 +108,7 @@ bytecodes: [
/* 32 S> */ B(Ldar), R(arg0),
B(Star), R(1),
/* 40 E> */ B(LdaSmi), U8(-124),
- B(KeyedLoadIC), R(1), U8(3),
+ B(LdaKeyedProperty), R(1), U8(3),
/* 48 S> */ B(Return),
]
constant pool: [
@@ -644,7 +644,7 @@ bytecodes: [
/* 1810 E> */ B(LdrNamedProperty), R(1), U8(0), U8(255), R(0),
/* 1819 S> */ B(Ldar), R(arg0),
B(Star), R(1),
- /* 1827 E> */ B(Wide), B(LoadIC), R16(1), U16(0), U16(257),
+ /* 1827 E> */ B(Wide), B(LdaNamedProperty), R16(1), U16(0), U16(257),
/* 1834 S> */ B(Return),
]
constant pool: [
@@ -1309,7 +1309,7 @@ bytecodes: [
/* 1566 S> */ B(Ldar), R(arg0),
B(Star), R(1),
/* 1574 E> */ B(Ldar), R(arg1),
- B(Wide), B(KeyedLoadIC), R16(1), U16(257),
+ B(Wide), B(LdaKeyedProperty), R16(1), U16(257),
/* 1579 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698