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

  /art/runtime/mirror/
dex_cache.h 265 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_resolved_method_types_);
537 // num_resolved_method_types_ elements.
544 uint32_t num_resolved_method_types_; // Number of elements in the resolved_method_types_ array. member in class:art::mirror::FINAL
  /art/runtime/
class_linker_test.cc 667 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_resolved_method_types_), "numResolvedMethodTypes");
    [all...]

Completed in 500 milliseconds