Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_test.cc40 HInstruction* equal = new (GetAllocator()) HEqual(instr, instr); in CreateIfBlock() local
Dinstruction_simplifier.cc756 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) { in VisitEqual()
2380 HEqual* equal = new (GetGraph()->GetAllocator()) HEqual(length, zero, dex_pc); in SimplifyStringIsEmptyOrLength() local
2412 HEqual* equal = in SimplifyStringIndexOf() local
Dcodegen_test.cc433 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
/art/runtime/
Dclass_linker.cc1210 bool equal = (image_dex_files.size() == loader_dex_files.size()) && in CompareDexFiles() local