Searched defs:fp_argument_count (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/arm/ |
H A D | code-stubs-arm.cc | 666 const int fp_argument_count = 0; local 669 __ PrepareCallCFunction(argument_count, fp_argument_count, scratch);
|
/external/v8/src/mips/ |
H A D | code-stubs-mips.cc | 732 const int fp_argument_count = 0; local 736 __ PrepareCallCFunction(argument_count, fp_argument_count, scratch);
|
/external/v8/src/mips64/ |
H A D | code-stubs-mips64.cc | 729 const int fp_argument_count = 0; local 733 __ PrepareCallCFunction(argument_count, fp_argument_count, scratch);
|
/external/v8/src/ppc/ |
H A D | code-stubs-ppc.cc | 693 const int fp_argument_count = 0; local 697 __ PrepareCallCFunction(argument_count, fp_argument_count, scratch);
|
/external/v8/src/s390/ |
H A D | code-stubs-s390.cc | 674 const int fp_argument_count = 0; local 678 __ PrepareCallCFunction(argument_count, fp_argument_count, scratch);
|
Completed in 117 milliseconds