Searched defs:Int32LessThan (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | raw-machine-assembler.h | 264 Node* Int32LessThan(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler 265 return AddNode(machine()->Int32LessThan(), a, b); 285 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); } |
Completed in 93 milliseconds