Searched defs:Int64LessThan (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | raw-machine-assembler.h | 317 Node* Int64LessThan(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler 318 return AddNode(machine()->Int64LessThan(), a, b); 329 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } |
Completed in 28 milliseconds