Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h238 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_method_types_); in ResolvedMethodTypesOffset()
564 uint64_t resolved_method_types_; // std::atomic<MethodTypeDexCachePair>* array with variable
/art/runtime/
Dclass_linker_test.cc691 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_method_types_), "resolvedMethodTypes"); in DexCacheOffsets()