Home | History | Annotate | Download | only in wasm

Lines Matching refs:instance

297   WasmInstance* instance;
332 DCHECK_NOT_NULL(instance);
333 return instance->function_code[index];
356 // Extract a function name from the given wasm instance.
357 // Returns "<WASM UNNAMED>" if no instance is passed, the function is unnamed or
359 // TODO(5620): Refactor once we always get a wasm instance.
360 Handle<String> GetWasmFunctionName(Isolate* isolate, Handle<Object> instance,
378 Handle<JSObject> instance);
380 // Check whether the given object represents a WebAssembly.Instance instance.
385 bool IsWasmInstance(Object* instance);
387 // Return the compiled module object for this WASM instance.
391 bool WasmIsAsmJs(Object* instance, Isolate* isolate);
396 Handle<Script> GetScript(Handle<JSObject> instance);
400 int GetAsmWasmSourcePosition(Handle<JSObject> instance, int func_index,
422 // Assumed to be called with a code object associated to a wasm module instance.
424 // Returns nullptr on failing to get owning instance.
428 Handle<JSObject> instance);
430 int32_t GetInstanceMemorySize(Isolate* isolate, Handle<JSObject> instance);
432 int32_t GrowInstanceMemory(Isolate* isolate, Handle<JSObject> instance,
443 void ValidateOrphanedInstance(Isolate* isolate, Handle<JSObject> instance);