Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc413 if (object == nullptr || object == Runtime::GetWeakClassSentinel()) { in SweepRootTables()
431 Runtime::GetWeakClassSentinel()); in SweepRootTables()
/art/runtime/
Druntime.h807 static mirror::Class* GetWeakClassSentinel() { in GetWeakClassSentinel() function
Dthread.cc4199 if (cls == nullptr || cls == Runtime::GetWeakClassSentinel()) { in SweepInterpreterCache()
4206 Runtime::GetWeakClassSentinel()); in SweepInterpreterCache()
Druntime.cc3258 if (cls != nullptr && cls != GetWeakClassSentinel()) { in ProcessWeakClass()