MCPcopy Create free account
hub / github.com/WebAssembly/wabt / OnAtomicNotifyExpr

Method OnAtomicNotifyExpr

src/interp/binary-reader-interp.cc:1547–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545}
1546
1547Result BinaryReaderInterp::OnAtomicNotifyExpr(Opcode opcode,
1548 Index memidx,
1549 Address align_log2,
1550 Address offset) {
1551 CHECK_RESULT(validator_.OnAtomicNotify(GetLocation(), opcode,
1552 Var(memidx, GetLocation()),
1553 GetAlignment(align_log2), offset));
1554 istream_.Emit(opcode, memidx, offset);
1555 return Result::Ok;
1556}
1557
1558Result BinaryReaderInterp::OnMemoryCopyExpr(Index destmemidx, Index srcmemidx) {
1559 CHECK_RESULT(validator_.OnMemoryCopy(GetLocation(),

Callers

nothing calls this directly

Calls 4

GetAlignmentFunction · 0.85
EmitMethod · 0.80
VarClass · 0.50
OnAtomicNotifyMethod · 0.45

Tested by

no test coverage detected