Home
last modified time | relevance | path

Searched refs:num_resolved_method_types (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc219 uint32_t num_resolved_method_types, in SetNativeArrays() argument
226 CHECK_EQ(num_resolved_method_types != 0u, resolved_method_types != nullptr); in SetNativeArrays()
238 SetField32<false>(NumResolvedMethodTypesOffset(), num_resolved_method_types); in SetNativeArrays()
Ddex_cache.h486 uint32_t num_resolved_method_types,
/art/dex2oat/linker/
Dimage_writer.cc1147 size_t num_resolved_method_types = dex_cache->NumResolvedMethodTypes(); in ClearDexCache() local
1148 for (size_t slot_idx = 0; slot_idx != num_resolved_method_types; ++slot_idx) { in ClearDexCache()