Searched refs:export_index (Results 1 – 3 of 3) sorted by relevance
249 int export_index = 1; in AssignCellIndices() local260 entry->cell_index = export_index; in AssignCellIndices()263 export_index++; in AssignCellIndices()
687 Node* export_index = IntPtrSub(cell_index, IntPtrConstant(1)); in IGNITION_HANDLER() local688 Node* cell = LoadFixedArrayElement(regular_exports, export_index); in IGNITION_HANDLER()729 Node* export_index = IntPtrSub(cell_index, IntPtrConstant(1)); in IGNITION_HANDLER() local730 Node* cell = LoadFixedArrayElement(regular_exports, export_index); in IGNITION_HANDLER()
1889 int export_index = 0; // Index into {export_wrappers}. in ProcessExports() local1910 export_wrappers->GetValueChecked<Code>(isolate_, export_index); in ProcessExports()1927 export_index++; in ProcessExports()2028 DCHECK_EQ(export_index, export_wrappers->length()); in ProcessExports()