Home
last modified time | relevance | path

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

/art/compiler/dex/portable/
Dmir_to_gbc.h81 CompiledMethod* GetCompiledMethod() { in GetCompiledMethod() function
/art/compiler/
Doat_writer.h194 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
/art/compiler/dex/quick/
Dcodegen_util.cc1061 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
/art/compiler/driver/
Dcompiler_driver.cc2199 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver