Home
last modified time | relevance | path

Searched refs:kMathFround (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/asmjs/
Dasm-typer.h60 kMathFround, enumerator
Dasm-wasm-builder.cc1374 case AsmTyper::kMathFround: { in VisitStdlibFunction()
1437 AsmTyper::kMathFround); in VisitCallExpression()
Dasm-typer.cc322 {"fround", kMathFround, fround}, in InitializeStdlib()
2667 return call_var_info->standard_member() == kMathFround; in IsCallToFround()
/external/v8/src/debug/
Ddebug-evaluate.cc433 case Builtins::kMathFround: in BuiltinHasNoSideEffect()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1134 case kMathFround: in OpName()
3418 case kMathFround: in New()
3451 case kMathFround: in New()
Dhydrogen-instructions.h2303 case kMathFround: in RequiredInputRepresentation()
2374 case kMathFround: in HUnaryMathOperation()
Dhydrogen.cc8421 case kMathFround: in TryInlineBuiltinFunctionCall()
8621 case kMathFround: in TryInlineBuiltinMethodCall()
/external/v8/src/compiler/
Dtyper.cc1362 case kMathFround: in JSCallTyper()
Djs-builtin-reducer.cc2056 case kMathFround: in Reduce()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1048 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1053 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1059 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1053 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc970 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc2408 case kMathFround: { in DoUnaryMathOperation()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1087 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1104 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1073 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/
Dbootstrapper.cc2372 SimpleInstallFunction(math, "fround", Builtins::kMathFround, 1, true); in InitializeGlobal()