Home | History | Annotate | Download | only in driver

Lines Matching defs:GetCompiledMethod

2145     DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file);
2150 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file);
2199 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const {