Searched refs:need_precise_constants_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h815 const bool need_precise_constants_; member in class:art::verifier::MethodVerifier
H A Dmethod_verifier.cc538 need_precise_constants_(need_precise_constants),
2207 this, inst->VRegA_11n(), DetermineCat1Constant(val, need_precise_constants_));
2213 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_));
2219 this, inst->VRegA_31i(), DetermineCat1Constant(val, need_precise_constants_));
2225 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_));
3374 const RegType& reg_type = reg_types_.JavaLangObject(need_precise_constants_);

Completed in 110 milliseconds