Searched refs:handle_index (Results 1 – 2 of 2) sorted by relevance
425 size_t handle_index = 0u; in StoreData() local432 DCHECK_LT(handle_index, hs_.Size()); in StoreData()434 ObjPtr<mirror::String>::DownCast(hs_.GetReference(handle_index)); in StoreData()435 ++handle_index; in StoreData()
3055 uint32_t handle_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local3056 if (handle_index >= dex_file_->NumMethodHandles()) { in CheckInterCallSiteIdItem()3057 ErrorStringPrintf("CallSite has bad method handle id: %x", handle_index); in CheckInterCallSiteIdItem()