OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDexCacheResolvedTypes
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
art_method-inl.h
117
inline ObjectArray<Class>* ArtMethod::
GetDexCacheResolvedTypes
() {
126
klass =
GetDexCacheResolvedTypes
()->Get(type_index);
128
klass =
GetDexCacheResolvedTypes
()->GetWithoutChecks(type_index);
134
return
GetDexCacheResolvedTypes
() != nullptr;
138
return
GetDexCacheResolvedTypes
() == other_cache;
142
return
GetDexCacheResolvedTypes
() == other->
GetDexCacheResolvedTypes
();
art_method.h
619
ALWAYS_INLINE ObjectArray<Class>*
GetDexCacheResolvedTypes
()
Completed in 60 milliseconds