Lines Matching +defs:val +defs:method
167 ArtMethod* method, in MethodVerifier()
2251 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local
2257 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2263 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local
2269 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local
2276 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2283 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local
2290 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local
2297 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local
4270 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod()
5042 ArtMethod* method, in VerifyMethod()
5124 ArtMethod* method, in VerifyMethod()
5278 ArtMethod* method, in CalculateVerificationInfo()
5326 ArtMethod* method, in VerifyMethodAndDump()
5405 ArtMethod* method, in CreateVerifier()