HomeSort by relevance Sort by last modified time
    Searched refs:dex_cache_resolved_types_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
art_method-inl.h 73 OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types_), false);
art_method.h 179 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types_);
390 ObjectArray<Class>* dex_cache_resolved_types_; member in class:art::mirror::ArtMethod
art_method.cc 78 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types_),
  /art/runtime/
class_linker_test.cc 470 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, dex_cache_resolved_types_), "dexCacheResolvedTypes"));
    [all...]

Completed in 474 milliseconds