Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h242 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_call_sites_); in ResolvedCallSitesOffset()
560 uint64_t resolved_call_sites_; // GcRoot<CallSite>* array with num_resolved_call_sites_ variable
/art/runtime/
Dclass_linker_test.cc689 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_call_sites_), "resolvedCallSites"); in DexCacheOffsets()