Home
last modified time | relevance | path

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

/external/v8/src/
Dcodegen.h92 typedef double (*UnaryMathFunctionWithIsolate)(double x, Isolate* isolate); typedef
94 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate);
95 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate);
Dcodegen.cc50 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \
/external/v8/src/x64/
Dcodegen-x64.cc35 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
63 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
67 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
87 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/ppc/
Dcodegen-ppc.cc29 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
69 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
77 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
105 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/x87/
Dcodegen-x87.cc36 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
41 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
63 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/arm64/
Dcodegen-arm64.cc31 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
70 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
78 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
/external/v8/src/arm/
Dcodegen-arm.cc29 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
74 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
328 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
351 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/ia32/
Dcodegen-ia32.cc37 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
70 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
74 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
100 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/mips64/
Dcodegen-mips64.cc28 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
65 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
609 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
632 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/mips/
Dcodegen-mips.cc28 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate) { in CreateExpFunction()
65 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateExpFunction()
608 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) { in CreateSqrtFunction()
631 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()