Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc193 need_precise_constants_(need_precise_constants), in MethodVerifier()
792 const bool need_precise_constants_; member in art::verifier::impl::__anon4cf1518a0111::MethodVerifier
2253 this, inst->VRegA_11n(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction()
2259 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction()
2265 this, inst->VRegA_31i(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction()
2271 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction()
4422 this, inst->VRegA_23x(), DetermineCat1Constant(1, need_precise_constants_)); in VerifyAGet()