Lines Matching refs:Store

30   friend class Store;
42 Store::Context context() { return this; } in context()
45 inline Store::Context::Context(Caller &caller) in Context()
47 inline Store::Context::Context(Caller *caller) : Context(*caller) {} in Context()
64 static void store(Store::Context cx, wasmtime_val_raw_t *p, \
69 static native load(Store::Context cx, wasmtime_val_raw_t *p) { \
89 static void store(Store::Context cx, wasmtime_val_raw_t *p, in store()
97 static void store(Store::Context cx, wasmtime_val_raw_t *p, in store()
105 static std::optional<ExternRef> load(Store::Context cx, in load()
120 static void store(Store::Context cx, wasmtime_val_raw_t *p, const V128 &t) { in store()
124 static V128 load(Store::Context cx, wasmtime_val_raw_t *p) { in load()
140 static void store(Store::Context cx, wasmtime_val_raw_t *storage, T &&t) { in store()
143 static void store(Store::Context cx, wasmtime_val_raw_t *storage, in store()
147 static T load(Store::Context cx, wasmtime_val_raw_t *storage) { in load()
158 static void store(Store::Context cx, wasmtime_val_raw_t *storage, in store()
164 static std::monostate load(Store::Context cx, wasmtime_val_raw_t *storage) { in load()
183 static void store(Store::Context cx, wasmtime_val_raw_t *storage, in store()
192 static void store(Store::Context cx, wasmtime_val_raw_t *storage, in store()
201 static std::tuple<T...> load(Store::Context cx, wasmtime_val_raw_t *storage) { in load()
423 Func(Store::Context cx, const FuncType &ty, F f) : func({}) { in Func()
469 static Func wrap(Store::Context cx, F f) { in wrap()
502 TrapResult<std::vector<Val>> call(Store::Context cx, const I &begin, in call()
537 TrapResult<std::vector<Val>> call(Store::Context cx, in call()
549 call(Store::Context cx, const std::initializer_list<Val> &params) const { in call()
554 FuncType type(Store::Context cx) const { in type()
578 Result<TypedFunc<Params, Results>, Trap> typed(Store::Context cx) const { in typed()
612 TrapResult<Results> call(Store::Context cx, const Params &params) const { in call()
666 static void store(Store::Context cx, wasmtime_val_raw_t *p, in store()
675 static std::optional<Func> load(Store::Context cx, wasmtime_val_raw_t *p) { in load()