Searched refs:GetCompiledMethod (Results 1 - 9 of 9) sorted by relevance

/art/compiler/
H A Doat_test.cc49 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
H A Doat_writer.h214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { function in class:art::OatWriter::OatClass
H A Doat_writer.cc317 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
370 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
562 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
603 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
685 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
906 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
H A Dcommon_compiler_test.cc52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
/art/compiler/driver/
H A Dcompiler_driver.cc607 auto* compiled_method = GetCompiledMethod(MethodReference(dex_file, method_idx));
2320 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file);
2326 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file);
2393 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { function in class:art::CompilerDriver
H A Dcompiler_driver.h182 CompiledMethod* GetCompiledMethod(MethodReference ref) const
/art/compiler/dex/quick/
H A Dquick_compiler.cc762 cu.NewTimingSplit("Dedupe"); /* deduping takes up the vast majority of time in GetCompiledMethod(). */
763 result = cu.cg->GetCompiledMethod();
H A Dcodegen_util.cc1116 CompiledMethod* Mir2Lir::GetCompiledMethod() { function in class:art::Mir2Lir
H A Dmir_to_lir.h640 virtual CompiledMethod* GetCompiledMethod();

Completed in 2527 milliseconds