Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc88 CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod( in RunTest()
/art/dex2oat/driver/
Dcompiler_driver.h136 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
Dcompiler_driver_test.cc87 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
Dcompiler_driver.cc2846 DCHECK(GetCompiledMethod(method_ref) == nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2851 DCHECK(GetCompiledMethod(method_ref) != nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2930 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
/art/dex2oat/linker/
Doat_writer.cc261 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::linker::OatWriter::OatClass
901 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod()
988 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
1199 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1488 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1583 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
2448 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod(method_ref); in VisitDexMethods()
Doat_writer_test.cc66 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()