Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Ddex_cache.h262 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_resolved_methods_); in NumResolvedMethodsOffset()
575 uint32_t num_resolved_methods_; // Number of elements in the resolved_methods_ array. variable
/aosp12/art/runtime/
H A Dclass_linker_test.cc685 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_resolved_methods_), "numResolvedMethods"); in DexCacheOffsets()