Searched refs:MathLog (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | math.js | 114 function MathLog(x) { class 278 "log", MathLog,
|
D | v8-counters.h | 233 SC(math_log, V8.MathLog) \
|
D | runtime.h | 510 F(MathLog, 1, 1) \
|
D | objects.h | 5109 V(Math, log, MathLog) \
|
/external/chromium_org/v8/src/ |
D | math.js | 108 function MathLog(x) { class 339 "log", MathLog,
|
D | v8-counters.h | 248 SC(math_log, V8.MathLog) \
|
D | runtime.h | 637 F(MathLog, 1, 1) \
|
D | objects.h | 6505 V(Math, log, MathLog) \
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 138 V(MathLog) \ 815 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 138 V(MathLog) \ 810 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 138 V(MathLog) \ 769 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 140 V(MathLog) \ 791 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|