Lines Matching refs:entry_index
319 uint32_t entry_index) {
320 return entry_index < static_cast<uint32_t>(table->current_length());
342 int entry_index,
345 ClearDispatchTables(isolate, table, entry_index); // Degenerate case.
346 entries->set(entry_index, ReadOnlyRoots(isolate).null_value());
359 UpdateDispatchTables(isolate, *table, entry_index, wasm_function,
362 UpdateDispatchTables(isolate, table, entry_index,
366 UpdateDispatchTables(isolate, table, entry_index,
369 entries->set(entry_index, *entry);
380 int entry_index = static_cast<int>(index);
384 entries->set(entry_index, *entry);
387 SetFunctionTableEntry(isolate, table, entries, entry_index, entry);
403 SetFunctionTableEntry(isolate, table, entries, entry_index, entry);
416 int entry_index = static_cast<int>(index);
418 Handle<Object> entry(entries->get(entry_index), isolate);
460 entries->set(entry_index, *internal);
479 int entry_index,
523 ift.Set(entry_index, sig_id, call_target, call_ref);
529 int entry_index,
545 isolate, instance, table_index, entry_index, function);
550 Isolate* isolate, Handle<WasmTableObject> table, int entry_index,
606 ->Set(entry_index, sig_id, wasm_code->instruction_start(),
635 Isolate* isolate, Handle<WasmTableObject> table, int entry_index,
637 // Put (instance, func_index) as a Tuple2 into the entry_index.
645 table->entries().set(entry_index, *tuple);
650 int entry_index, bool* is_valid, bool* is_null,
654 DCHECK_LT(entry_index, table->current_length());
657 Handle<Object> element(table->entries().get(entry_index), isolate);
1448 int entry_index, Handle<WasmJSFunction> js_function) {
1508 .Set(entry_index, sig_id, call_target, *ref);