Home
last modified time | relevance | path

Searched refs:root_ptr (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc3039 void Runtime::ProcessWeakClass(GcRoot<mirror::Class>* root_ptr, in ProcessWeakClass() argument
3043 mirror::Class* cls = root_ptr->Read<kWithoutReadBarrier>(); in ProcessWeakClass()
3055 *root_ptr = GcRoot<mirror::Class>(new_cls); in ProcessWeakClass()
3059 *root_ptr = GcRoot<mirror::Class>(update); in ProcessWeakClass()
Druntime.h795 static void ProcessWeakClass(GcRoot<mirror::Class>* root_ptr,