Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc126 static ALWAYS_INLINE bool CanReferenceBss(ArtMethod* outer_method, ArtMethod* caller) in CanReferenceBss() function
175 if (LIKELY(result != nullptr) && CanReferenceBss(caller_and_outer.outer_method, caller)) { in artResolveTypeFromCode()
193 if (LIKELY(result != nullptr) && CanReferenceBss(caller_and_outer.outer_method, caller)) { in artResolveTypeAndVerifyAccessFromCode()
228 if (LIKELY(result != nullptr) && CanReferenceBss(caller_and_outer.outer_method, caller)) { in artResolveStringFromCode()