Home
last modified time | relevance | path

Searched refs:comperand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h190 void BuildJumpIfEqual(Node* comperand);
Dbytecode-graph-builder.cc2160 void BytecodeGraphBuilder::BuildJumpIfEqual(Node* comperand) { in BuildJumpIfEqual() argument
2163 NewNode(simplified()->ReferenceEqual(), accumulator, comperand); in BuildJumpIfEqual()