Searched refs:handle_index (Results 1 – 2 of 2) sorted by relevance
278 size_t handle_index = 0u; in StoreData() local285 ObjPtr<mirror::String>::DownCast(hs_.GetReference(handle_index)); in StoreData()286 ++handle_index; in StoreData()332 DCHECK_LE(handle_index, hs_.NumberOfReferences()); in StoreData()
2886 uint32_t handle_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local2887 if (handle_index >= dex_file_->NumMethodHandles()) { in CheckInterCallSiteIdItem()2888 ErrorStringPrintf("CallSite has bad method handle id: %x", handle_index); in CheckInterCallSiteIdItem()