Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h790 static mirror::Class* GetWeakClassSentinel() { in GetWeakClassSentinel() function
Dthread.cc4064 if (cls == nullptr || cls == Runtime::GetWeakClassSentinel()) { in SweepInterpreterCache()
4071 Runtime::GetWeakClassSentinel()); in SweepInterpreterCache()
Druntime.cc3044 if (cls != nullptr && cls != GetWeakClassSentinel()) { in ProcessWeakClass()
/art/runtime/jit/
Djit_code_cache.cc439 if (object == nullptr || object == Runtime::GetWeakClassSentinel()) { in SweepRootTables()
457 Runtime::GetWeakClassSentinel()); in SweepRootTables()