Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h807 int64_t ConstantValueWide(int32_t s_reg_low, int32_t s_reg_high) const { in ConstantValueWide() argument
809 DCHECK(IsConst(s_reg_high)); in ConstantValueWide()
810 return (static_cast<int64_t>(constant_values_[s_reg_high]) << 32) | in ConstantValueWide()