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

  /art/runtime/mirror/
dex_cache-inl.h 271 inline uint32_t DexCache::MethodSlotIndex(uint32_t method_idx) {
280 auto pair = GetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), ptr_size);
290 SetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), pair, ptr_size);
295 uint32_t slot_idx = MethodSlotIndex(method_idx);
dex_cache.h 473 uint32_t MethodSlotIndex(uint32_t method_idx) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 453 uint32_t slot_idx = dex_cache->MethodSlotIndex(method_idx);
  /art/dex2oat/linker/
image_writer.cc     [all...]

Completed in 92 milliseconds