Searched refs:idx2 (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.cc39 const HInstruction* idx2,
45 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != idx2) {
66 const HBinaryOperation* idx2,
68 if (!IsAddOrSub(idx1) || !IsAddOrSub(idx2)) {
73 idx2->AsBinaryOperation()->GetLeastConstantLeft()) {
78 !idx2->GetConstantRight()->IsIntConstant()) {
87 int64_t l2 = idx2->IsAdd() ?
88 idx2->GetConstantRight()->AsIntConstant()->GetValue() :
89 -idx2->GetConstantRight()->AsIntConstant()->GetValue();
97 const HInstruction* idx2,
37 CanBinaryOpAndIndexAlias(const HBinaryOperation* idx1, const size_t vector_length1, const HInstruction* idx2, const size_t vector_length2) argument
64 CanBinaryOpsAlias(const HBinaryOperation* idx1, const size_t vector_length1, const HBinaryOperation* idx2, const size_t vector_length2) argument
95 CanArrayElementsAlias(const HInstruction* idx1, const size_t vector_length1, const HInstruction* idx2, const size_t vector_length2) const argument
[all...]
H A Dload_store_analysis.h358 const HInstruction* idx2,
397 HInstruction* idx2 = loc2->GetIndex(); local
400 if (!CanArrayElementsAlias(idx1, vector_length1, idx2, vector_length2)) {
/art/libdexfile/dex/
H A Ddex_file_verifier.cc2385 dex::TypeIndex idx2 = interfaces->GetTypeItem(j).type_idx_; local
2386 if (UNLIKELY(idx1 == idx2)) {

Completed in 253 milliseconds