Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.cc428 Runtime::ProcessWeakClass( in SweepRootTables()
441 Runtime::ProcessWeakClass(&cache->classes_[j], visitor, nullptr); in SweepRootTables()
/aosp12/art/runtime/
H A Druntime.h812 static void ProcessWeakClass(GcRoot<mirror::Class>* root_ptr,
H A Druntime.cc3253 void Runtime::ProcessWeakClass(GcRoot<mirror::Class>* root_ptr, in ProcessWeakClass() function in art::Runtime
H A Dthread.cc4203 Runtime::ProcessWeakClass( in SweepInterpreterCache()