| 1974 | } |
| 1975 | |
| 1976 | bool Runtime::IsCompilingBootImage() const { |
| 1977 | return IsCompiler() && compiler_callbacks_->IsBootImage(); |
| 1978 | } |
| 1979 | |
| 1980 | void Runtime::SetResolutionMethod(ArtMethod* method) { |
| 1981 | CHECK(method != nullptr); |
nothing calls this directly
no outgoing calls
no test coverage detected