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

  /art/runtime/mirror/
dex_cache.h 261 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_resolved_methods_);
538 uint64_t resolved_methods_; // ArtMethod*, array with num_resolved_methods_ elements.
545 uint32_t num_resolved_methods_; // Number of elements in the resolved_methods_ array. member in class:art::mirror::FINAL
  /art/runtime/
class_linker_test.cc 668 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_resolved_methods_), "numResolvedMethods");
    [all...]

Completed in 129 milliseconds