Searched refs:RemoveRuntimePhaseCallback (Results 1 – 5 of 5) sorted by relevance
152 art::Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gPhaseCallback); in Unregister()
220 runtime->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gSearchCallback); in Unregister()
199 void RemoveRuntimePhaseCallback(RuntimePhaseCallback* cb)
301 void RuntimeCallbacks::RemoveRuntimePhaseCallback(RuntimePhaseCallback* cb) { in RemoveRuntimePhaseCallback() function in art::RuntimeCallbacks
370 Runtime::Current()->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&cb_); in RemoveListener()