MCPcopy Create free account
hub / github.com/FeJQ/AUPK / IsCompilingBootImage

Method IsCompilingBootImage

art/runtime/runtime.cc:1976–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976bool Runtime::IsCompilingBootImage() const {
1977 return IsCompiler() && compiler_callbacks_->IsBootImage();
1978}
1979
1980void Runtime::SetResolutionMethod(ArtMethod* method) {
1981 CHECK(method != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected