Lines Matching defs:wrapper
455 // Check if we already compiled a wrapper for the function but did not store
492 // table, which contains a tuple needed by the import wrapper.
1083 // which contains a tuple needed by the import wrapper.
1405 Handle<CodeT> wrapper;
1407 wrapper = Handle<CodeT>::cast(entry);
1409 // The wrapper may not exist yet if no function in the exports section has
1410 // this signature. We compile it and store the wrapper in the module for
1412 wrapper = ToCodeT(
1416 module_object->export_wrappers().set(wrapper_index, *wrapper);
1420 static_cast<int>(function.sig->parameter_count()), wrapper));
1456 // Compile a wrapper for the target callable.
1463 // TODO(wasm): Cache and reuse wrapper code, to avoid repeated compilation
1895 // TODO(jkummerow): Enable this when there is a JavaScript wrapper
1908 // TODO(jkummerow): Install a JavaScript wrapper. For now, calling
2294 "wrapped with the wasm object wrapper";