HomeSort by relevance Sort by last modified time
    Searched refs:CheckFloat64Constant (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/compiler/
test-representation-change.cc 55 void CheckFloat64Constant(Node* n, double expected) {
217 r.CheckFloat64Constant(c, *i);
227 r.CheckFloat64Constant(c, *i);
237 r.CheckFloat64Constant(c, *i);
247 r.CheckFloat64Constant(c, *i);
value-helper.h 30 void CheckFloat64Constant(double expected, Node* node) {

Completed in 330 milliseconds