Home
last modified time | relevance | path

Searched refs:CreateVerifiedMethodFor (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dverification_results.h51 void CreateVerifiedMethodFor(MethodReference ref)
Dverification_results.cc109 void VerificationResults::CreateVerifiedMethodFor(MethodReference ref) { in CreateVerifiedMethodFor() function in art::VerificationResults
/art/compiler/
Dcommon_compiler_test.cc196 verification_results_->CreateVerifiedMethodFor( in CompileMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc1834 verification_results->CreateVerifiedMethodFor(method.GetReference()); in FastVerify()