Home | History | Annotate | Download | only in wasm

Lines Matching defs:instance

2292                 // The import is a function of this instance. Call it directly.
2326 // The import is a function of this instance. Call it directly.
2708 Isolate* isolate, Handle<WasmInstanceObject> instance,
2776 args[compiler::CWasmEntryParameters::kWasmInstance] = instance;
2845 instance;
2847 instance = handle(entry.instance(), isolate);
2851 return CallExternalWasmFunction(isolate, instance, code, sig);
2881 // The function table is stored in the instance.
2895 Handle<WasmInstanceObject> instance = handle(entry.instance(), isolate);
2904 if (!instance_object_.is_identical_to(instance)) {
2905 // Cross instance call.
2906 return CallExternalWasmFunction(isolate, instance, code, signature);
2914 return CallExternalWasmFunction(isolate, instance, code, signature);