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

  /art/runtime/mirror/
dex_cache.cc 97 size_t num_method_types = 0; local
100 num_method_types = dex_file->NumProtoIds();
102 num_method_types = kDexCacheMethodTypeCacheSize;
105 if (num_method_types > 0) {
140 for (size_t i = 0; i < num_method_types; ++i) {
174 num_method_types,
  /art/runtime/
class_linker.cc 1400 size_t num_method_types = mirror::DexCache::kDexCacheMethodTypeCacheSize; local
    [all...]

Completed in 48 milliseconds