Searched refs:GetCompiledMethod (Results 1 – 5 of 5) sorted by relevance
160 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::OatWriter::OatClass628 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()
52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
64 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()
175 CompiledMethod* GetCompiledMethod(MethodReference ref) const
2720 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