Searched refs:c128 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 125 HInstruction* c128 = graph_->GetIntConstant(128); in CreateTestControlFlowGraph() local 142 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_, c128); in CreateTestControlFlowGraph() 490 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local 492 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 530 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local 532 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 659 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local 661 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 669 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() 699 HInstruction* c128 = graph_->GetIntConstant(128); in TEST_F() local [all …]
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 1962 int c128 = 128; in $noinline$intUnnecessaryShiftModifications() local 1966 (value << (shift - c128)) + // Needs a named constant to generate Sub. in $noinline$intUnnecessaryShiftModifications()
|