Searched refs:MathRound (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/js/ |
D | math.js | 155 function MathRound(x) { class 313 "round", MathRound,
|
/external/v8/src/ |
D | counters.h | 691 SC(math_round, V8.MathRound) \
|
D | objects.h | 6430 V(Math, round, MathRound) \
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 117 V(MathRound) \ 852 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 118 V(MathRound) \ 866 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 113 V(MathRound) \ 843 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 113 V(MathRound) \ 849 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 113 V(MathRound) \ 867 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 115 V(MathRound) \ 861 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 113 V(MathRound) \ 841 DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
|