Searched refs:need_precise_constants_ (Results 1 - 2 of 2) sorted by relevance
/art/runtime/verifier/ |
H A D | method_verifier.h | 815 const bool need_precise_constants_; member in class:art::verifier::MethodVerifier
|
H A D | method_verifier.cc | 538 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 184 milliseconds