Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtype-oracle.h314 static const Type* GetConstFloat64Type() { in GetConstFloat64Type() function
Dimplementation-visitor.cc949 const Type* result_type = TypeOracle::GetConstFloat64Type(); in Visit()