Searched refs:i_ (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 44 i_add1_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c1); in CreateEntryBlockInstructions() 45 i_add4_ = new (GetAllocator()) HAdd(DataType::Type::kInt32, i_, c4); in CreateEntryBlockInstructions() 102 ArenaVector<HInstruction*> current_locals({array_, i_, j_}, in CreateEnvForSuspendCheck() 129 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(i_, j_); in CreateDiamondShapedCFG() 239 i_ = parameters_.back(); in InitGraphAndParameters() 251 HInstruction* i_; member in art::LoadStoreEliminationTest 277 AddArraySet(entry_block_, array_, i_, c3); in TEST_F() 318 AddVecStore(entry_block_, array_, i_); in TEST_F() 320 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() 333 AddVecStore(entry_block_, array_, i_); in TEST_F() [all …]
|
/art/runtime/ |
D | indirect_reference_table.h | 188 : table_(table), i_(i), capacity_(capacity) { in IrtIterator() 194 ++i_; 200 return table_[i_].GetReference(); in REQUIRES_SHARED() 204 return (i_ == rhs.i_ && table_ == rhs.table_); in equals() 209 size_t i_; variable
|
/art/tools/veridex/ |
D | veridex.cc | 38 static VeriClass i_(Primitive::Type::kPrimInt, 0, nullptr); variable 48 VeriClass* VeriClass::integer_ = &i_;
|
/art/dexlayout/ |
D | dex_writer.cc | 80 uint32_t i_; member 86 uint32_t int_value = float_union.i_; in EncodeFloatValue()
|