Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc215 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::OatWriter::OatClass
/art/compiler/driver/
Dcompiler_driver.cc2927 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver