Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc96 i_add1_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c1); in CreateEntryBlockInstructions()
97 i_add4_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c4); in CreateEntryBlockInstructions()
154 ManuallyBuildEnvFor(suspend_check_, {array_, i_, j_}); in CreateEnvForSuspendCheck()
179 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(i_, j_); in CreateDiamondShapedCFG()
279 i_ = parameters_.back(); in InitGraphAndParameters()
289 HInstruction* i_; member in art::LoadStoreEliminationTestBase
327 AddArraySet(entry_block_, array_, i_, c3); in TEST_F()
368 AddVecStore(entry_block_, array_, i_); in TEST_F()
370 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
385 AddVecStore(entry_block_, array_, i_); in TEST_F()
[all …]
/art/tools/veridex/
Dveridex.cc39 static VeriClass i_(Primitive::Type::kPrimInt, 0, nullptr); variable
49 VeriClass* VeriClass::integer_ = &i_;