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

  /art/runtime/mirror/
dex_cache-inl.h 151 inline uint32_t DexCache::TypeSlotIndex(dex::TypeIndex type_idx) {
161 return GetResolvedTypes()[TypeSlotIndex(type_idx)].load(
171 GetResolvedTypes()[TypeSlotIndex(type_idx)].store(
179 uint32_t slot_idx = TypeSlotIndex(type_idx);
dex_cache.h 471 uint32_t TypeSlotIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 398 uint32_t slot_idx = dex_cache->TypeSlotIndex(type_idx);
  /art/dex2oat/linker/
image_writer.cc     [all...]

Completed in 593 milliseconds