Searched refs:GetCompiledMethod (Results 1 – 9 of 9) sorted by relevance
317 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()370 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()562 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()603 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()685 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()906 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
49 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
607 auto* compiled_method = GetCompiledMethod(MethodReference(dex_file, method_idx)); in CompileMethod()2320 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()2326 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()2393 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
182 CompiledMethod* GetCompiledMethod(MethodReference ref) const
763 result = cu.cg->GetCompiledMethod(); in Compile()
1116 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
640 virtual CompiledMethod* GetCompiledMethod();