Lines Matching refs:get
563 const FunctionSig* sig = consume_sig(module_->signature_zone.get());
567 const StructType* type = consume_struct(module_->signature_zone.get());
571 const ArrayType* type = consume_array(module_->signature_zone.get());
601 const FunctionSig* sig = consume_sig(module_->signature_zone.get());
614 const StructType* type = consume_struct(module_->signature_zone.get());
627 const ArrayType* type = consume_array(module_->signature_zone.get());
683 const FunctionSig* sig = consume_sig(module_->signature_zone.get());
687 type_canon->AddRecursiveGroup(module_.get(), 1);
710 type_canon->AddRecursiveGroup(module_.get(), types_count);
735 type_canon->AddRecursiveGroup(module_.get(), group_size);
742 type_canon->AddRecursiveGroup(module_.get(), 1);
751 const WasmModule* module = module_.get();
810 consume_sig_index(module_.get(), &function->sig);
822 if (!WasmTable::IsValidTableType(type, module_.get())) {
837 if (!AddMemory(module_.get())) break;
867 consume_tag_sig_index(module_.get(), &tag_sig);
900 function->sig_index = consume_sig_index(module_.get(), &function->sig);
914 if (!WasmTable::IsValidTableType(table_type, module_.get())) {
927 table->initial_value = consume_init_expr(module_.get(), table_type);
936 if (!AddMemory(module_.get())) break;
957 ConstantExpression init = consume_init_expr(module_.get(), type);
960 if (ok()) CalculateGlobalOffsets(module_.get());
986 consume_func_index(module_.get(), &func, "export function index");
999 exp->index = consume_table_index(module_.get(), &table);
1015 exp->index = consume_global_index(module_.get(), &global);
1027 exp->index = consume_tag_index(module_.get(), &tag);
1070 consume_func_index(module_.get(), &func, "start function index");
1092 ? consume_init_expr(module_.get(), segment.type)
1126 // Make sure global offset were calculated before they get accessed during
1128 CalculateGlobalOffsets(module_.get());
1150 module_.get(), function);
1449 consume_tag_sig_index(module_.get(), &tag_sig);
1483 CalculateGlobalOffsets(module_.get());
1549 function.get());
1567 return consume_init_expr(module_.get(), expected);
1592 // does not get bigger than uint8_t accidentially.
1863 if (V8_UNLIKELY(!IsSubtypeOf(found, expected, module_.get()))) { \
1915 this, pc() + 1, &length, module_.get(), enabled_features_);
1967 this, this->pc(), &type_length, module_.get(),
1974 return value_type_reader::consume_heap_type(this, module_.get(),
2112 offset = consume_init_expr(module_.get(), kWasmI32);
2124 if (is_active && !IsSubtypeOf(type, table_type, this->module_.get())) {
2149 if (!IsSubtypeOf(table_type, kWasmFuncRef, this->module_.get())) {
2188 *offset = consume_init_expr(module_.get(), expected_type);
2198 *offset = consume_init_expr(module_.get(), expected_type);
2206 consume_func_index(module_.get(), &func, "element function index");
2211 if (V8_UNLIKELY(!IsSubtypeOf(entry_type, expected, module_.get()))) {
2329 *result = IdentifyUnknownSectionInternal(decoder->impl_.get());
2582 // Use stable sort to get deterministic names (the first one declared)