Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h226 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_); in ResolvedTypesOffset()
567 uint64_t resolved_types_; // TypeDexCacheType*, array with num_resolved_types_ elements. variable
/art/runtime/
Dclass_linker_test.cc693 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_types_), "resolvedTypes"); in DexCacheOffsets()