Lines Matching refs:store_abs
1016 auto Trap::make(Store* store_abs, const Message& message) -> own<Trap> {
1017 auto store = impl(store_abs);
1102 auto Foreign::make(Store* store_abs) -> own<Foreign> {
1103 StoreImpl* store = impl(store_abs);
1123 auto Module::validate(Store* store_abs, const vec<byte_t>& binary) -> bool {
1126 i::Isolate* isolate = impl(store_abs)->i_isolate();
1131 auto Module::make(Store* store_abs, const vec<byte_t>& binary) -> own<Module> {
1132 StoreImpl* store = impl(store_abs);
1215 auto Module::deserialize(Store* store_abs, const vec<byte_t>& serialized)
1217 StoreImpl* store = impl(store_abs);
1437 auto make_func(Store* store_abs, FuncData* data) -> own<Func> {
1438 auto store = impl(store_abs);
1813 auto Global::make(Store* store_abs, const GlobalType* type, const Val& val)
1815 StoreImpl* store = impl(store_abs);
1914 auto Table::make(Store* store_abs, const TableType* type, const Ref* ref)
1916 StoreImpl* store = impl(store_abs);
2047 auto Memory::make(Store* store_abs, const MemoryType* type) -> own<Memory> {
2048 StoreImpl* store = impl(store_abs);
2116 own<Instance> Instance::make(Store* store_abs, const Module* module_abs,
2118 StoreImpl* store = impl(store_abs);