Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc98 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()
110 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()
/art/compiler/
Doat_writer.cc215 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::OatWriter::OatClass
751 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod()
818 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
882 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1057 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1096 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1189 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1326 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1620 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1682 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
[all …]
Dcommon_compiler_test.cc53 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
Doat_test.cc69 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
/art/compiler/driver/
Dcompiler_driver.h154 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
Dcompiler_driver.cc2861 DCHECK(GetCompiledMethod(method_ref) == nullptr) in AddCompiledMethod()
2869 DCHECK(GetCompiledMethod(method_ref) != nullptr) in AddCompiledMethod()
2927 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver