Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc158 case kMathFround: in Reduce()
Dtyper.cc1515 case kMathFround: in JSCallFunctionTyper()
/external/v8/src/
Dtyping-asm.h50 kMathFround, enumerator
Dtyping-asm.cc919 if (!in_function_ && (proxy == NULL || standard_member != kMathFround)) { in VisitCall()
937 if (standard_member != kNone && standard_member != kMathFround && in VisitCall()
1331 {"fround", kMathFround, fround_type}, in InitializeStdlib()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1203 case kMathFround: in OpName()
4068 case kMathFround: in New()
4098 case kMathFround: in New()
Dhydrogen-instructions.h2538 case kMathFround: in RequiredInputRepresentation()
2607 case kMathFround: in HUnaryMathOperation()
Dhydrogen.cc8657 case kMathFround: in TryInlineBuiltinFunctionCall()
8765 case kMathFround: in TryInlineBuiltinMethodCall()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1118 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1118 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1122 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1135 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1113 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1153 case kMathFround: in DoUnaryMathOperation()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc2627 case kMathFround: { in DoUnaryMathOperation()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1169 case kMathFround: return DoMathFround(instr); in DoUnaryMathOperation()