Home
last modified time | relevance | path

Searched refs:formal_parameter_count_intptr (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc1386 TNode<IntPtrT> formal_parameter_count_intptr = in ExportParametersAndRegisterFile() local
1392 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() local
1464 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ImportRegisterFile()
1480 IntPtrAdd(formal_parameter_count_intptr, index); in ImportRegisterFile()