Searched refs:GetCompiledMethod (Results 1 – 5 of 5) sorted by relevance
97 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()
54 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
163 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
2836 DCHECK(GetCompiledMethod(method_ref) == nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()2842 DCHECK(GetCompiledMethod(method_ref) != nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()2920 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
63 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()