Searched refs:Compute (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | nodes_shared.h | 69 auto Compute(T x, U y) const -> decltype(x & ~y) { 88 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 92 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
|
D | nodes.h | 3129 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 3135 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), in Evaluate() 3139 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3142 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3156 template <typename T> bool Compute(T x, T y) const { return x == y; } in Compute() function 3173 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 3179 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3182 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3185 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate() 3199 template <typename T> bool Compute(T x, T y) const { return x != y; } in Compute() function [all …]
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1541 daddu $a5, $t0, $a5 # Compute the index. 1568 # Compute the rosalloc bracket index from the size. Allign up the size by the rosalloc bracket
|