Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.h52 kMathFround, enumerator
Dtyping-asm.cc967 case kMathFround: { in CheckPolymorphicStdlibArguments()
1016 if (!in_function_ && (proxy == nullptr || standard_member != kMathFround)) { in VisitCall()
1054 if (standard_member != kNone && standard_member != kMathFround && in VisitCall()
1486 {"fround", kMathFround, fround_type}, in InitializeStdlib()
Dbootstrapper.cc1688 SimpleInstallFunction(math, "fround", Builtins::kMathFround, 1, true); in InitializeGlobal()
/external/v8/src/compiler/
Djs-builtin-reducer.cc462 case kMathFround: in Reduce()
Dtyper.cc1390 case kMathFround: in JSCallFunctionTyper()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1111 case kMathFround: in OpName()
3420 case kMathFround: in New()
3453 case kMathFround: in New()
Dhydrogen-instructions.h2430 case kMathFround: in RequiredInputRepresentation()
2501 case kMathFround: in HUnaryMathOperation()
Dhydrogen.cc8860 case kMathFround: in TryInlineBuiltinFunctionCall()
9043 case kMathFround: in TryInlineBuiltinMethodCall()
/external/v8/src/wasm/
Dasm-wasm-builder.cc1220 case AsmTyper::kMathFround: { in VisitStdlibFunction()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1066 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc2511 case kMathFround: { in DoUnaryMathOperation()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1102 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1089 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1077 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc982 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1071 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1119 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1071 case kMathFround: in DoUnaryMathOperation()