Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h270 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_resolved_call_sites_); in NumResolvedCallSitesOffset()
572 uint32_t num_resolved_call_sites_; // Number of elements in the call_sites_ array. variable
/art/runtime/
Dclass_linker_test.cc682 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_resolved_call_sites_), "numResolvedCallSites"); in DexCacheOffsets()