Searched refs:GetVerifiedMethod (Results 1 – 7 of 7) sorted by relevance
157 const VerifiedMethod* CompilerOptions::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod() function in art::CompilerOptions160 return verification_results_->GetVerifiedMethod(ref); in GetVerifiedMethod()166 const VerifiedMethod* verified_method = GetVerifiedMethod(&dex_file, method_idx); in IsMethodVerifiedWithoutFailures()
103 const VerifiedMethod* GetVerifiedMethod() const { in GetVerifiedMethod() function
295 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()
1054 const VerifiedMethod* verified_method = compiler_options.GetVerifiedMethod(&dex_file, method_idx); in Compile()