Searched refs:handle_index (Results 1 – 1 of 1) sorted by relevance
2450 uint32_t handle_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local2451 if (handle_index >= dex_file_->NumMethodHandles()) { in CheckInterCallSiteIdItem()2452 ErrorStringPrintf("CallSite has bad method handle id: %x", handle_index); in CheckInterCallSiteIdItem()