Home
last modified time | relevance | path

Searched defs:GetVerifiedMethod (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc159 const VerifiedMethod* CompilerOptions::GetVerifiedMethod(const DexFile* dex_file, in GetVerifiedMethod() function in art::CompilerOptions
Ddex_compilation_unit.h103 const VerifiedMethod* GetVerifiedMethod() const { in GetVerifiedMethod() function
/art/compiler/dex/
Dverification_results.cc91 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) const { in GetVerifiedMethod() function in art::VerificationResults