Searched refs:GetCompiledMethod (Results 1 – 5 of 5) sorted by relevance
88 CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod( in RunTest()
133 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
87 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
249 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::linker::OatWriter::OatClass874 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod()961 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()1167 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()1456 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()1551 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()2426 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod(method_ref); in VisitDexMethods()
65 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()