Home
last modified time | relevance | path

Searched defs:GetCompiledMethod (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.cc2930 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
/art/dex2oat/linker/
Doat_writer.cc261 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::linker::OatWriter::OatClass