Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes.h3431 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3437 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), in Evaluate()
3441 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3444 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3458 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute() function
3475 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3481 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3484 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3487 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3501 template <typename T> static bool Compute(T x, T y) { return x != y; } in Compute() function
[all …]
Dnodes_shared.h74 auto Compute(T x, U y) const -> decltype(x & ~y) {
93 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
97 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
Dinstruction_simplifier.cc2227 return HAdd::Compute<int32_t>(x, y); in ComputeAddition()
2230 return HAdd::Compute<int64_t>(x, y); in ComputeAddition()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1722 # Compute the rosalloc bracket index from the size. Since the size is already aligned we can
1795 subu $a3, $a2, $v0 # Compute the remaining buffer size.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1671 # Compute the rosalloc bracket index from the size. Since the size is already aligned we can