Home | History | Annotate | Download | only in driver

Lines Matching refs:GetVerifiedMethod

1308       DCHECK(mUnit->GetVerifiedMethod() != nullptr);
1309 const MethodReference* devirt_target = mUnit->GetVerifiedMethod()->GetDevirtTarget(dex_pc);
1344 const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file,
1347 return verification_results_->GetVerifiedMethod(ref);
1355 DCHECK(mUnit->GetVerifiedMethod() != nullptr);
1356 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc);
2114 bool has_verified_method = verification_results_->GetVerifiedMethod(method_ref) != nullptr;