Searched defs:NewConstantOperator (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc19 const Operator* NewConstantOperator(CommonOperatorBuilder* common,
23 const Operator* NewConstantOperator<int32_t>(CommonOperatorBuilder* common, function in namespace:v8::internal::compiler
29 const Operator* NewConstantOperator<double>(CommonOperatorBuilder* common, function in namespace:v8::internal::compiler
83 return graph.NewNode(NewConstantOperator<T>(&common, value));

Completed in 345 milliseconds