Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h220 bool IsClassInDexCache() const { in IsClassInDexCache() function
/art/compiler/dex/quick/
Dgen_common.cc111 if (!field_info.IsClassInDexCache() && (opt_flags & MIR_CLASS_IS_IN_DEX_CACHE) == 0) { in GenGetOtherTypeForSgetSput()