Searched refs:GetCompiledMethod (Results 1 – 12 of 12) sorted by relevance
29 virtual CompiledMethod* GetCompiledMethod() = 0;
779 result = cu.cg->GetCompiledMethod(); in CompileMethod()
298 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()
249 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, method_idx)); in AddMethodInputs()372 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, method_idx)); in FixupOatMethodOffsets()
43 compiler_driver_->GetCompiledMethod(MethodReference(dex_file, in CheckMethod()
194 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function
161 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
81 CompiledMethod* GetCompiledMethod() { in GetCompiledMethod() function
2145 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
190 CompiledMethod* GetCompiledMethod(MethodReference ref) const
1061 CompiledMethod* Mir2Lir::GetCompiledMethod() { in GetCompiledMethod() function in art::Mir2Lir
663 virtual CompiledMethod* GetCompiledMethod();