Home
last modified time | relevance | path

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

/art/compiler/dex/
Dbackend.h29 virtual CompiledMethod* GetCompiledMethod() = 0;
Dfrontend.cc779 result = cu.cg->GetCompiledMethod(); in CompileMethod()
/art/compiler/
Doat_writer.cc298 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
339 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
502 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
542 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
580 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
661 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
Delf_writer_mclinker.cc249 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, method_idx)); in AddMethodInputs()
372 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, method_idx)); in FixupOatMethodOffsets()
Doat_test.cc43 compiler_driver_->GetCompiledMethod(MethodReference(dex_file, in CheckMethod()
Doat_writer.h194 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
Dcommon_compiler_test.cc161 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
/art/compiler/dex/portable/
Dmir_to_gbc.h81 CompiledMethod* GetCompiledMethod() { in GetCompiledMethod() function
/art/compiler/driver/
Dcompiler_driver.cc2145 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2150 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2199 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
Dcompiler_driver.h190 CompiledMethod* GetCompiledMethod(MethodReference ref) const
/art/compiler/dex/quick/
Dcodegen_util.cc1061 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
Dmir_to_lir.h663 virtual CompiledMethod* GetCompiledMethod();