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

/art/compiler/dex/portable/
H A Dmir_to_gbc.h81 CompiledMethod* GetCompiledMethod() { function in class:art::MirConverter
/art/compiler/
H A Doat_writer.h194 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { function in class:art::OatWriter::OatClass
/art/compiler/dex/quick/
H A Dcodegen_util.cc1061 CompiledMethod* Mir2Lir::GetCompiledMethod() { function in class:art::Mir2Lir
/art/compiler/driver/
H A Dcompiler_driver.cc2145 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file);
2150 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file);
2199 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { function in class:art::CompilerDriver

Completed in 44 milliseconds