Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc317 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
370 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
562 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
603 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
685 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
906 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
Doat_test.cc49 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
Doat_writer.h214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
Dcommon_compiler_test.cc52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
/art/compiler/driver/
Dcompiler_driver.cc607 auto* compiled_method = GetCompiledMethod(MethodReference(dex_file, method_idx)); in CompileMethod()
2320 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2326 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2393 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
Dcompiler_driver.h182 CompiledMethod* GetCompiledMethod(MethodReference ref) const
/art/compiler/dex/quick/
Dquick_compiler.cc763 result = cu.cg->GetCompiledMethod(); in Compile()
Dcodegen_util.cc1116 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
Dmir_to_lir.h640 virtual CompiledMethod* GetCompiledMethod();