Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_test.cc32 HInstruction* equal = new (allocator) HEqual(instr, instr); in createIfBlock() local
Dcodegen_test.cc647 HEqual* equal = new (&allocator) HEqual(constant0, constant0); in TEST_F() local
Dinstruction_simplifier.cc587 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) { in VisitEqual()
/art/runtime/
Dclass_linker.cc1702 bool equal = image_count == loader_dex_file_names.size(); in AddImageSpace() local