Searched refs:formal_parameter_count_intptr (Results 1 – 1 of 1) sorted by relevance
1438 TNode<IntPtrT> formal_parameter_count_intptr = in ExportParametersAndRegisterFile() local1444 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ExportParametersAndRegisterFile()1462 GotoIfNot(UintPtrLessThan(index, formal_parameter_count_intptr), in ExportParametersAndRegisterFile()1495 IntPtrAdd(formal_parameter_count_intptr, index); in ExportParametersAndRegisterFile()1510 TNode<IntPtrT> formal_parameter_count_intptr = in ImportRegisterFile() local1516 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ImportRegisterFile()1532 IntPtrAdd(formal_parameter_count_intptr, index); in ImportRegisterFile()