Searched refs:MathExp (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | math.js | 92 function MathExp(x) { class 276 "exp", MathExp,
|
D | v8-counters.h | 231 SC(math_exp, V8.MathExp) \
|
D | objects.h | 5116 V(Math, exp, MathExp) \
|
/external/chromium_org/v8/src/ |
D | math.js | 87 function MathExp(x) { class 337 "exp", MathExp,
|
D | v8-counters.h | 246 SC(math_exp, V8.MathExp) \
|
D | objects.h | 6512 V(Math, exp, MathExp) \
|
/external/chromium_org/v8/test/mjsunit/ |
D | mjsunit.status | 271 'lithium/MathExp': [PASS, FAIL],
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 135 V(MathExp) \ 873 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 135 V(MathExp) \ 868 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 135 V(MathExp) \ 822 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 137 V(MathExp) \ 846 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|