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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden

Issue 2096653003: [ic] Don't pass receiver and name to LoadGlobalIC. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@store-name-in-metavector
Patch Set: Addressed Ross's comments Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 var a245 = 0; 385 var a245 = 0;
386 var a246 = 0; 386 var a246 = 0;
387 var a247 = 0; 387 var a247 = 0;
388 var a248 = 0; 388 var a248 = 0;
389 eval(); 389 eval();
390 var b = 100; 390 var b = 100;
391 return b 391 return b
392 " 392 "
393 frame size: 3 393 frame size: 3
394 parameter count: 1 394 parameter count: 1
395 bytecode array length: 1044 395 bytecode array length: 1043
396 bytecodes: [ 396 bytecodes: [
397 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 397 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
398 B(PushContext), R(0), 398 B(PushContext), R(0),
399 B(Ldar), R(this), 399 B(Ldar), R(this),
400 B(StaContextSlot), R(context), U8(4), 400 B(StaContextSlot), R(context), U8(4),
401 B(CreateUnmappedArguments), 401 B(CreateUnmappedArguments),
402 B(StaContextSlot), R(context), U8(5), 402 B(StaContextSlot), R(context), U8(5),
403 B(Ldar), R(new_target), 403 B(Ldar), R(new_target),
404 B(StaContextSlot), R(context), U8(6), 404 B(StaContextSlot), R(context), U8(6),
405 /* 30 E> */ B(StackCheck), 405 /* 30 E> */ B(StackCheck),
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 /* 3365 E> */ B(StaContextSlot), R(context), U8(251), 895 /* 3365 E> */ B(StaContextSlot), R(context), U8(251),
896 /* 3379 S> */ B(LdaZero), 896 /* 3379 S> */ B(LdaZero),
897 /* 3379 E> */ B(StaContextSlot), R(context), U8(252), 897 /* 3379 E> */ B(StaContextSlot), R(context), U8(252),
898 /* 3393 S> */ B(LdaZero), 898 /* 3393 S> */ B(LdaZero),
899 /* 3393 E> */ B(StaContextSlot), R(context), U8(253), 899 /* 3393 E> */ B(StaContextSlot), R(context), U8(253),
900 /* 3407 S> */ B(LdaZero), 900 /* 3407 S> */ B(LdaZero),
901 /* 3407 E> */ B(StaContextSlot), R(context), U8(254), 901 /* 3407 E> */ B(StaContextSlot), R(context), U8(254),
902 /* 3421 S> */ B(LdaZero), 902 /* 3421 S> */ B(LdaZero),
903 /* 3421 E> */ B(StaContextSlot), R(context), U8(255), 903 /* 3421 E> */ B(StaContextSlot), R(context), U8(255),
904 /* 3424 S> */ B(LdrUndefined), R(2), 904 /* 3424 S> */ B(LdrUndefined), R(2),
905 /* 3424 E> */ B(LdrGlobal), U8(0), U8(1), R(1), 905 /* 3424 E> */ B(LdrGlobal), U8(1), R(1),
906 /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0), 906 /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0),
907 /* 3440 S> */ B(LdaSmi), U8(100), 907 /* 3440 S> */ B(LdaSmi), U8(100),
908 /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), 908 /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
909 /* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), 909 /* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256),
910 /* 3454 S> */ B(Return), 910 /* 3454 S> */ B(Return),
911 ] 911 ]
912 constant pool: [ 912 constant pool: [
913 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
914 ] 913 ]
915 handlers: [ 914 handlers: [
916 ] 915 ]
917 916
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698