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

Method OnLoadZeroExpr

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

Source from the content-addressed store, hash-verified

1030}
1031
1032Result BinaryReaderInterp::OnLoadZeroExpr(Opcode opcode,
1033 Index memidx,
1034 Address align_log2,
1035 Address offset) {
1036 CHECK_RESULT(validator_.OnLoadZero(GetLocation(), opcode,
1037 Var(memidx, GetLocation()),
1038 GetAlignment(align_log2), offset));
1039 istream_.Emit(opcode, memidx, offset);
1040 return Result::Ok;
1041}
1042
1043Result BinaryReaderInterp::OnAtomicLoadExpr(Opcode opcode,
1044 Index memidx,

Callers

nothing calls this directly

Calls 4

GetAlignmentFunction · 0.85
OnLoadZeroMethod · 0.80
EmitMethod · 0.80
VarClass · 0.50

Tested by

no test coverage detected