Searched refs:formal_parameter_count_intptr (Results 1 – 1 of 1) sorted by relevance
1386 TNode<IntPtrT> formal_parameter_count_intptr = in ExportParametersAndRegisterFile() local1392 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ExportParametersAndRegisterFile()1410 GotoIfNot(UintPtrLessThan(index, formal_parameter_count_intptr), in ExportParametersAndRegisterFile()1443 IntPtrAdd(formal_parameter_count_intptr, index); in ExportParametersAndRegisterFile()1458 TNode<IntPtrT> formal_parameter_count_intptr = in ImportRegisterFile() local1464 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ImportRegisterFile()1480 IntPtrAdd(formal_parameter_count_intptr, index); in ImportRegisterFile()