Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dgraph_test.cc40 HInstruction* equal = new (GetAllocator()) HEqual(instr, instr); in CreateIfBlock() local
Dinstruction_simplifier.cc746 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) { in VisitEqual()
2370 HEqual* equal = new (GetGraph()->GetAllocator()) HEqual(length, zero, dex_pc); in SimplifyStringIsEmptyOrLength() local
2402 HEqual* equal = in SimplifyStringIndexOf() local
Dcodegen_test.cc425 HEqual* equal = new (GetAllocator()) HEqual(constant0, constant0); in TEST_F() local
/art/runtime/interpreter/
Dunstarted_runtime_test.cc438 bool equal = true; in TEST_F() local