Home
last modified time | relevance | path

Searched refs:Float64Pow (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc586 Float64Pow(SmiToFloat64(base), SmiToFloat64(exponent))); in Generate_ExponentiateWithFeedback()
589 return Float64Pow(base, exponent); in Generate_ExponentiateWithFeedback()
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h712 Node* Float64Pow(Node* a, Node* b) { in Float64Pow() function in v8::internal::compiler::RawMachineAssembler
713 return AddNode(machine()->Float64Pow(), a, b); in Float64Pow()
H A Dmachine-operator.h677 const Operator* Float64Pow();
H A Dopcodes.h645 V(Float64Pow)
H A Drepresentation-change.cc1486 return machine()->Float64Pow(); in Float64OperatorFor()
H A Dcode-assembler.h249 V(Float64Pow, Float64T, Float64T, Float64T) \
H A Dmachine-operator.cc389 V(Float64Pow, Operator::kNoProperties, 2, 0, 1) \

Completed in 16 milliseconds