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

Method SetResolutionMethod

art/runtime/runtime.cc:1980–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1978}
1979
1980void Runtime::SetResolutionMethod(ArtMethod* method) {
1981 CHECK(method != nullptr);
1982 CHECK(method->IsRuntimeMethod()) << method;
1983 resolution_method_ = method;
1984}
1985
1986void Runtime::SetImtUnimplementedMethod(ArtMethod* method) {
1987 CHECK(method != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected