HomeSort by relevance Sort by last modified time
    Searched refs:UnaryMathFunctionWithIsolate (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
codegen.h 97 typedef double (*UnaryMathFunctionWithIsolate)(double x, Isolate* isolate);
99 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate);
codegen.cc 54 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \
  /external/v8/src/ppc/
codegen-ppc.cc 21 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
47 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/s390/
codegen-s390.cc 20 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
43 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/x64/
codegen-x64.cc 36 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
56 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/x87/
codegen-x87.cc 37 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
59 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/arm64/
codegen-arm64.cc 18 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
  /external/v8/src/arm/
codegen-arm.cc 268 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
291 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/ia32/
codegen-ia32.cc 37 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
63 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/mips/
codegen-mips.cc 556 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
579 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);
  /external/v8/src/mips64/
codegen-mips64.cc 558 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
581 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer);

Completed in 397 milliseconds