Searched refs:import_index (Results 1 – 3 of 3) sorted by relevance
266 int import_index = -1; in AssignCellIndices() local273 entry->cell_index = import_index; in AssignCellIndices()274 import_index--; in AssignCellIndices()
376 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule() local378 start->EmitWithI32V(kExprGetGlobal, import_index); in ValidateModule()
698 Node* import_index = IntPtrSub(IntPtrConstant(-1), cell_index); in IGNITION_HANDLER() local699 Node* cell = LoadFixedArrayElement(regular_imports, import_index); in IGNITION_HANDLER()