Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
/art/compiler/dex/quick/
Dcodegen_util.cc1116 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
/art/compiler/driver/
Dcompiler_driver.cc2393 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver