Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.h76 Reduction ReduceMathCosh(Node* node); in NON_EXPORTED_BASE()
Djs-builtin-reducer.cc1129 Reduction JSBuiltinReducer::ReduceMathCosh(Node* node) { in ReduceMathCosh() function in v8::internal::compiler::JSBuiltinReducer
2045 reduction = ReduceMathCosh(node); in Reduce()