ecd4086cf0
This change requires a single pass over the register set during bytecode pipeline flushes. A few bytecode tests are updated too because the order of register flushes is different. BUG=v8:4280 LOG=N Review-Url: https://codereview.chromium.org/2033013002 Cr-Commit-Position: refs/heads/master@{#36726}
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
#
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
#
|
|
|
|
---
|
|
pool type: mixed
|
|
execute: yes
|
|
wrap: yes
|
|
|
|
---
|
|
snippet: "
|
|
return new.target;
|
|
"
|
|
frame size: 2
|
|
parameter count: 1
|
|
bytecode array length: 18
|
|
bytecodes: [
|
|
B(Mov), R(new_target), R(0),
|
|
/* 30 E> */ B(StackCheck),
|
|
/* 34 S> */ B(Ldar), R(new_target),
|
|
B(JumpIfNotHole), U8(11),
|
|
B(LdaConstant), U8(0),
|
|
B(Star), R(1),
|
|
B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
|
/* 53 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
|
]
|
|
handlers: [
|
|
]
|
|
|
|
---
|
|
snippet: "
|
|
new.target;
|
|
"
|
|
frame size: 2
|
|
parameter count: 1
|
|
bytecode array length: 19
|
|
bytecodes: [
|
|
B(Mov), R(new_target), R(0),
|
|
/* 30 E> */ B(StackCheck),
|
|
/* 34 S> */ B(Ldar), R(new_target),
|
|
B(JumpIfNotHole), U8(11),
|
|
B(LdaConstant), U8(0),
|
|
B(Star), R(1),
|
|
B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
|
|
B(LdaUndefined),
|
|
/* 46 S> */ B(Return),
|
|
]
|
|
constant pool: [
|
|
InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
|
]
|
|
handlers: [
|
|
]
|
|
|