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

  /external/chromium_org/v8/src/compiler/
raw-machine-assembler.h 249 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); }
  /external/chromium_org/v8/test/cctest/compiler/
test-branch-combine.cc 171 m.Branch(m.Int32GreaterThan(p0, m.Int32Constant(0)), &blocka, &blockb);

Completed in 33 milliseconds