Home
last modified time | relevance | path

Searched defs:idx1 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc33 static bool CanBinaryOpAndIndexAlias(const HBinaryOperation* idx1, in CanBinaryOpAndIndexAlias()
60 static bool CanBinaryOpsAlias(const HBinaryOperation* idx1, in CanBinaryOpsAlias()
91 bool HeapLocationCollector::CanArrayElementsAlias(const HInstruction* idx1, in CanArrayElementsAlias()
Dload_store_analysis.h423 HInstruction* idx1 = loc1->GetIndex(); in ComputeMayAlias() local
/art/libdexfile/dex/
Ddex_file_verifier.cc2828 dex::TypeIndex idx1 = interfaces->GetTypeItem(i).type_idx_; in CheckInterClassDefItem() local