Searched refs:GetVerifiedMethod (Results 1 – 8 of 8) sorted by relevance
159 const VerifiedMethod* CompilerOptions::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod() function in art::CompilerOptions162 return verification_results_->GetVerifiedMethod(ref); in GetVerifiedMethod()168 const VerifiedMethod* verified_method = GetVerifiedMethod(&dex_file, method_idx); in IsMethodVerifiedWithoutFailures()
103 const VerifiedMethod* GetVerifiedMethod() const { in GetVerifiedMethod() function
305 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
80 DCHECK_EQ(GetVerifiedMethod(ref), verified_method.get()); in ProcessVerifiedMethod()99 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) const { in GetVerifiedMethod() function in art::VerificationResults
54 const VerifiedMethod* GetVerifiedMethod(MethodReference ref) const
531 driver_->GetCompilerOptions().GetVerifiedMethod(&dex_file, method_idx), in CompileMethod()
497 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref); in CompileMethodDex2Dex()575 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref); in CompileMethodQuick()1434 DCHECK(mUnit->GetVerifiedMethod() != nullptr); in IsSafeCast()1435 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()
1010 const VerifiedMethod* verified_method = compiler_options.GetVerifiedMethod(&dex_file, method_idx); in Compile()