Searched defs:kMaxIntShiftDistance (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h85 static constexpr int32_t kMaxIntShiftDistance = 0x1f; member in namespace:art
5063 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5109 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5157 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5322 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());

Completed in 154 milliseconds