Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h138 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
H A Dcompiler_driver_test.cc87 const CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod(method_ref); in MakeExecutable()
H A Dcompiler_driver.cc2773 DCHECK(GetCompiledMethod(method_ref) == nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2778 DCHECK(GetCompiledMethod(method_ref) != nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2857 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc219 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::linker::OatWriter::OatClass
741 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod()
851 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
1036 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1361 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1481 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
H A Doat_writer_test.cc66 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()