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

  /art/runtime/mirror/
dex_cache.h 241 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_method_types_);
536 uint64_t resolved_method_types_; // std::atomic<MethodTypeDexCachePair>* array with member in class:art::mirror::FINAL
544 uint32_t num_resolved_method_types_; // Number of elements in the resolved_method_types_ array.
  /art/runtime/
class_linker_test.cc 673 addOffset(OFFSETOF_MEMBER(mirror::DexCache, resolved_method_types_), "resolvedMethodTypes");
    [all...]

Completed in 64 milliseconds