We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa00d48 commit a0ffef2Copy full SHA for a0ffef2
runtime/vm/object.h
@@ -5812,6 +5812,7 @@ class Instructions : public Object {
5812
return reinterpret_cast<uword>(instr->untag()) + HeaderSize();
5813
}
5814
5815
+ word WritablePayloadStart() const { return WritablePayloadStart(ptr()); }
5816
static word WritablePayloadStart(const InstructionsPtr instr) {
5817
5818
0 commit comments