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

Method GetMemorySize

include/wabt/opcode.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 Type GetParamType3() const { return GetInfo().param_types[2]; }
70 Type GetParamType(int n) const { return GetInfo().param_types[n - 1]; }
71 Address GetMemorySize() const { return GetInfo().memory_size; }
72
73 // Get the byte sequence for this opcode, including prefix.
74 std::vector<uint8_t> GetBytes() const;

Callers 14

OnAtomicLoadMethod · 0.80
OnAtomicNotifyMethod · 0.80
OnAtomicRmwCmpxchgMethod · 0.80
OnAtomicRmwMethod · 0.80
OnAtomicStoreMethod · 0.80
OnAtomicWaitMethod · 0.80
OnLoadMethod · 0.80
OnLoadSplatMethod · 0.80
OnLoadZeroMethod · 0.80
OnSimdLoadLaneMethod · 0.80
OnSimdStoreLaneMethod · 0.80
OnStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected