Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc160 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::OatWriter::OatClass
628 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
681 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
842 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
892 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
994 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1282 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
Dcommon_compiler_test.cc52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
Doat_test.cc64 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
/art/compiler/driver/
Dcompiler_driver.h175 CompiledMethod* GetCompiledMethod(MethodReference ref) const
Dcompiler_driver.cc2720 DCHECK(GetCompiledMethod(method_ref) == nullptr) in AddCompiledMethod()
2727 DCHECK(GetCompiledMethod(method_ref) != nullptr) in AddCompiledMethod()
2783 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver