Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc1438 TNode<IntPtrT> formal_parameter_count_intptr = in ExportParametersAndRegisterFile() local
1444 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() local
1516 AbortIfRegisterCountInvalid(array, formal_parameter_count_intptr, in ImportRegisterFile()
1532 IntPtrAdd(formal_parameter_count_intptr, index); in ImportRegisterFile()