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

Method UpdateProcessState

art/runtime/runtime.cc:2033–2037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2031}
2032
2033void Runtime::UpdateProcessState(ProcessState process_state) {
2034 ProcessState old_process_state = process_state_;
2035 process_state_ = process_state;
2036 GetHeap()->UpdateProcessState(old_process_state, process_state);
2037}
2038
2039void Runtime::RegisterSensitiveThread() const {
2040 Thread::SetJitSensitiveThread();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected