Searched refs:GetCompiledMethod (Results 1 – 6 of 6) sorted by relevance
98 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()110 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()
215 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::OatWriter::OatClass751 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 …]
53 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
69 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
154 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
2861 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