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

Method OnLoadExpr

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

Source from the content-addressed store, hash-verified

1416}
1417
1418Result BinaryReaderInterp::OnLoadExpr(Opcode opcode,
1419 Index memidx,
1420 Address align_log2,
1421 Address offset) {
1422 CHECK_RESULT(validator_.OnLoad(GetLocation(), opcode,
1423 Var(memidx, GetLocation()),
1424 GetAlignment(align_log2), offset));
1425 istream_.Emit(opcode, memidx, offset);
1426 return Result::Ok;
1427}
1428
1429Result BinaryReaderInterp::OnStoreExpr(Opcode opcode,
1430 Index memidx,

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected