Searched refs:need_precise_constants_ (Results 1 – 1 of 1) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.cc | 191 need_precise_constants_(need_precise_constants), in MethodVerifier() 810 const bool need_precise_constants_; member in art::verifier::impl::__anon79162a830111::MethodVerifier 2261 this, inst->VRegA_11n(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2267 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2273 this, inst->VRegA_31i(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2279 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 4486 this, inst->VRegA_23x(), DetermineCat1Constant(1, need_precise_constants_)); in VerifyAGet()
|