Searched refs:GetVerifiedMethod (Results 1 – 7 of 7) sorted by relevance
86 DCHECK_EQ(GetVerifiedMethod(ref), verified_method.get()); in ProcessVerifiedMethod()105 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) { in GetVerifiedMethod() function in art::VerificationResults
54 const VerifiedMethod* GetVerifiedMethod(MethodReference ref)
352 driver->GetVerifiedMethod(&dex_file, method_idx), in ArtCompileDEX()
101 const VerifiedMethod* GetVerifiedMethod() const { in GetVerifiedMethod() function
515 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref); in CompileMethod()578 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref); in CompileMethod()1474 const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod() function in art::CompilerDriver1477 return verification_results_->GetVerifiedMethod(ref); in GetVerifiedMethod()1485 DCHECK(mUnit->GetVerifiedMethod() != nullptr); in IsSafeCast()1486 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc); in IsSafeCast()2936 const VerifiedMethod* verified_method = GetVerifiedMethod(&dex_file, method_idx); in IsMethodVerifiedWithoutFailures()
275 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
1046 const VerifiedMethod* verified_method = compiler_driver->GetVerifiedMethod(&dex_file, method_idx); in Compile()