Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h723 const RegType& DetermineCat1Constant(int32_t value, bool precise)
Dmethod_verifier.cc2207 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()
5052 const RegType& MethodVerifier::DetermineCat1Constant(int32_t value, bool precise) { in DetermineCat1Constant() function in art::verifier::MethodVerifier