Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc73 HInstruction* c128 = graph_->GetIntConstant(128); in CreateTestControlFlowGraph() local
90 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_, c128); in CreateTestControlFlowGraph()
432 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local
434 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
470 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local
472 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
592 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local
594 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
598 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
627 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local
[all …]
/art/test/458-checker-instruct-simplification/src/
DMain.java1962 int c128 = 128; in $noinline$intUnnecessaryShiftModifications() local
1966 (value << (shift - c128)) + // Needs a named constant to generate Sub. in $noinline$intUnnecessaryShiftModifications()