Lines Matching refs:instance
47 #include "src/objects/instance-type.h"
496 // We're going to test a range of WasmObject instance types with a single
552 // Initialize instance node.
563 // We need an instance node anyway, because FromJS() needs to pass it to
701 // For wasm functions, the IsolateRoot is loaded from the instance node so
790 // We handle caching of the instance cache nodes manually, and we may reload
813 // We pass the null instance cache, as we are at the beginning of the function
3089 // Load the imported function refs array from the instance.
3348 // instance->wasm_internal_functions() has been initialized.
3515 // We handle caching of the instance cache nodes manually, and we may reload
3703 // Load the base from the ImportedMutableGlobalsBuffer of the instance.
6583 // The instance node is always defined: if an instance is not available, it
7800 imported_function->instance().module()->num_imported_functions) {
7804 Handle<WasmInstanceObject> instance(imported_function->instance(), isolate);
7805 ImportedFunctionEntry entry(instance, func_index);
8188 1 /* Wasm instance */ + 1 /* kExtraCallableParam */;
8569 // The instance object.
8625 // The extra here is to accomodate the instance object as first parameter