Home
last modified time | relevance | path

Searched refs:OtherNumberConstant (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc822 return OtherNumberConstant(value, zone); in NewConstant()
1058 Type Type::OtherNumberConstant(double value, Zone* zone) { in OtherNumberConstant() function in v8::internal::compiler::Type
Dtypes.h363 static Type OtherNumberConstant(double value, Zone* zone);