Searched refs:root_ptr (Results 1 – 2 of 2) sorted by relevance
3253 void Runtime::ProcessWeakClass(GcRoot<mirror::Class>* root_ptr, in ProcessWeakClass() argument3257 mirror::Class* cls = root_ptr->Read<kWithoutReadBarrier>(); in ProcessWeakClass()3269 *root_ptr = GcRoot<mirror::Class>(new_cls); in ProcessWeakClass()3273 *root_ptr = GcRoot<mirror::Class>(update); in ProcessWeakClass()
806 static void ProcessWeakClass(GcRoot<mirror::Class>* root_ptr,