Searched refs:formal_parameter_count_intptr (Results 1 – 1 of 1) sorted by relevance
1606 TNode<IntPtrT> formal_parameter_count_intptr = in ExportParametersAndRegisterFile() local1612 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ExportParametersAndRegisterFile()1625 formal_parameter_count_intptr); in ExportParametersAndRegisterFile()1631 GotoIfNot(UintPtrLessThan(index, formal_parameter_count_intptr), in ExportParametersAndRegisterFile()1663 Node* array_index = IntPtrAdd(formal_parameter_count_intptr, index); in ExportParametersAndRegisterFile()1678 TNode<IntPtrT> formal_parameter_count_intptr = in ImportRegisterFile() local1684 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ImportRegisterFile()1700 IntPtrAdd(formal_parameter_count_intptr, index); in ImportRegisterFile()