Home | History | Annotate | Download | only in wasm

Lines Matching defs:other_index

760         uint32_t other_index = global->init.val.global_index;
761 if (other_index >= index) {
764 "index %u, other_index %u",
765 index, other_index);
766 } else if (module->globals[other_index].type != global->type) {
770 other_index, WasmOpcodes::TypeName(global->type),
771 WasmOpcodes::TypeName(module->globals[other_index].type));