Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc346 static inline void ProcessWeakClass(GcRoot<mirror::Class>* root_ptr, in ProcessWeakClass() argument
351 mirror::Class* cls = root_ptr->Read<kWithoutReadBarrier>(); in ProcessWeakClass()
363 *root_ptr = GcRoot<mirror::Class>(new_cls); in ProcessWeakClass()
367 *root_ptr = GcRoot<mirror::Class>(update); in ProcessWeakClass()