• Home
  • Raw
  • Download

Lines Matching refs:WasmInstanceObject

61   WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance,  in WasmInstanceNativeAllocations()
84 Handle<WasmInstanceObject> instance, in resize_indirect_function_table()
141 WasmInstanceObject instance) { in GetNativeAllocations()
261 Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ValueType type, in New()
305 Handle<WasmInstanceObject> instance, in AddDispatchTable()
371 Handle<WasmInstanceObject> instance( in Grow()
372 WasmInstanceObject::cast(dispatch_tables->get(i)), isolate); in Grow()
374 DCHECK_EQ(old_size, WasmInstanceObject::IndirectFunctionTableSize( in Grow()
376 WasmInstanceObject::EnsureIndirectFunctionTableWithMinimumSize( in Grow()
398 ? WasmInstanceObject::cast(table->instance()).module() in IsValidElement()
417 Handle<WasmInstanceObject> target_instance(exported_function->instance(), in SetFunctionTableEntry()
463 if (WasmInstanceObject::cast(table->instance()) in Set()
510 if (WasmInstanceObject::cast(table->instance()) in Get()
527 auto instance = handle(WasmInstanceObject::cast(tuple->value1()), isolate); in Get()
532 entry = WasmInstanceObject::GetOrCreateWasmExternalFunction(isolate, instance, in Get()
553 const wasm::FunctionSig* sig, Handle<WasmInstanceObject> target_instance, in UpdateDispatchTables()
564 Handle<WasmInstanceObject> instance( in UpdateDispatchTables()
565 WasmInstanceObject::cast( in UpdateDispatchTables()
589 Handle<WasmInstanceObject> instance( in UpdateDispatchTables()
590 WasmInstanceObject::cast( in UpdateDispatchTables()
593 WasmInstanceObject::ImportWasmJSFunctionIntoTable( in UpdateDispatchTables()
628 Handle<WasmInstanceObject> instance( in UpdateDispatchTables()
629 WasmInstanceObject::cast( in UpdateDispatchTables()
662 Handle<WasmInstanceObject> target_instance( in ClearDispatchTables()
663 WasmInstanceObject::cast( in ClearDispatchTables()
666 DCHECK_LT(index, WasmInstanceObject::IndirectFunctionTableSize( in ClearDispatchTables()
674 Handle<WasmInstanceObject> instance, int func_index) { in SetFunctionTablePlaceholder()
686 MaybeHandle<WasmInstanceObject>* instance, int* function_index, in GetFunctionTableEntry()
705 *instance = MaybeHandle<WasmInstanceObject>(); in GetFunctionTableEntry()
711 *instance = handle(WasmInstanceObject::cast(tuple->value1()), isolate); in GetFunctionTableEntry()
787 void SetInstanceMemory(Handle<WasmInstanceObject> instance, in SetInstanceMemory()
874 Handle<WasmInstanceObject> instance) { in AddInstance()
895 Handle<WasmInstanceObject> instance( in update_instances()
896 WasmInstanceObject::cast(heap_object), isolate); in update_instances()
993 Isolate* isolate, Handle<WasmInstanceObject> instance, in New()
1059 Handle<WasmInstanceObject> target_instance, in Set()
1132 void ImportedFunctionEntry::SetWasmToWasm(WasmInstanceObject instance, in SetWasmToWasm()
1141 WasmInstanceObject ImportedFunctionEntry::instance() { in instance()
1146 return WasmInstanceObject::cast(value); in instance()
1149 return WasmInstanceObject::cast(tuple.value1()); in instance()
1174 constexpr uint16_t WasmInstanceObject::kTaggedFieldOffsets[];
1177 bool WasmInstanceObject::EnsureIndirectFunctionTableWithMinimumSize( in EnsureIndirectFunctionTableWithMinimumSize()
1178 Handle<WasmInstanceObject> instance, int table_index, in EnsureIndirectFunctionTableWithMinimumSize()
1212 void WasmInstanceObject::SetRawMemory(byte* mem_start, size_t mem_size) { in SetRawMemory()
1233 const WasmModule* WasmInstanceObject::module() { in module()
1237 Handle<WasmInstanceObject> WasmInstanceObject::New( in New()
1244 Handle<WasmInstanceObject> instance( in New()
1245 WasmInstanceObject::cast(*instance_object), isolate); in New()
1304 void WasmInstanceObject::InitDataSegmentArrays( in InitDataSegmentArrays()
1305 Handle<WasmInstanceObject> instance, in InitDataSegmentArrays()
1332 void WasmInstanceObject::InitElemSegmentArrays( in InitElemSegmentArrays()
1333 Handle<WasmInstanceObject> instance, in InitElemSegmentArrays()
1346 Address WasmInstanceObject::GetCallTarget(uint32_t func_index) { in GetCallTarget()
1354 int WasmInstanceObject::IndirectFunctionTableSize( in IndirectFunctionTableSize()
1355 Isolate* isolate, Handle<WasmInstanceObject> instance, in IndirectFunctionTableSize()
1368 bool WasmInstanceObject::CopyTableEntries(Isolate* isolate, in CopyTableEntries()
1369 Handle<WasmInstanceObject> instance, in CopyTableEntries()
1403 bool WasmInstanceObject::InitTableEntries(Isolate* isolate, in InitTableEntries()
1404 Handle<WasmInstanceObject> instance, in InitTableEntries()
1415 MaybeHandle<WasmExternalFunction> WasmInstanceObject::GetWasmExternalFunction( in GetWasmExternalFunction()
1416 Isolate* isolate, Handle<WasmInstanceObject> instance, int index) { in GetWasmExternalFunction()
1429 WasmInstanceObject::GetOrCreateWasmExternalFunction( in GetOrCreateWasmExternalFunction()
1430 Isolate* isolate, Handle<WasmInstanceObject> instance, int function_index) { in GetOrCreateWasmExternalFunction()
1432 WasmInstanceObject::GetWasmExternalFunction(isolate, instance, in GetOrCreateWasmExternalFunction()
1464 WasmInstanceObject::SetWasmExternalFunction(isolate, instance, function_index, in GetOrCreateWasmExternalFunction()
1469 void WasmInstanceObject::SetWasmExternalFunction( in SetWasmExternalFunction()
1470 Isolate* isolate, Handle<WasmInstanceObject> instance, int index, in SetWasmExternalFunction()
1486 void WasmInstanceObject::ImportWasmJSFunctionIntoTable( in ImportWasmJSFunctionIntoTable()
1487 Isolate* isolate, Handle<WasmInstanceObject> instance, int table_index, in ImportWasmJSFunctionIntoTable()
1543 uint8_t* WasmInstanceObject::GetGlobalStorage( in GetGlobalStorage()
1544 Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) { in GetGlobalStorage()
1556 WasmInstanceObject::GetGlobalBufferAndIndex(Handle<WasmInstanceObject> instance, in GetGlobalBufferAndIndex()
1573 MaybeHandle<String> WasmInstanceObject::GetGlobalNameOrNull( in GetGlobalNameOrNull()
1574 Isolate* isolate, Handle<WasmInstanceObject> instance, in GetGlobalNameOrNull()
1576 return WasmInstanceObject::GetNameFromImportsAndExportsOrNull( in GetGlobalNameOrNull()
1582 MaybeHandle<String> WasmInstanceObject::GetMemoryNameOrNull( in GetMemoryNameOrNull()
1583 Isolate* isolate, Handle<WasmInstanceObject> instance, in GetMemoryNameOrNull()
1585 return WasmInstanceObject::GetNameFromImportsAndExportsOrNull( in GetMemoryNameOrNull()
1591 MaybeHandle<String> WasmInstanceObject::GetTableNameOrNull( in GetTableNameOrNull()
1592 Isolate* isolate, Handle<WasmInstanceObject> instance, in GetTableNameOrNull()
1594 return WasmInstanceObject::GetNameFromImportsAndExportsOrNull( in GetTableNameOrNull()
1600 MaybeHandle<String> WasmInstanceObject::GetNameFromImportsAndExportsOrNull( in GetNameFromImportsAndExportsOrNull()
1601 Isolate* isolate, Handle<WasmInstanceObject> instance, in GetNameFromImportsAndExportsOrNull()
1631 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue()
1632 Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) { in GetGlobalValue()
1858 WasmInstanceObject WasmExportedFunction::instance() { in instance()
1867 Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, in New()