Searched refs:need_precise_constants_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 815 const bool need_precise_constants_; variable
|
D | method_verifier.cc | 538 need_precise_constants_(need_precise_constants), in MethodVerifier() 2207 this, inst->VRegA_11n(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2213 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2219 this, inst->VRegA_31i(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2225 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 3374 const RegType& reg_type = reg_types_.JavaLangObject(need_precise_constants_); in CodeFlowVerifyInstruction()
|