Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDexMethodIndex

853   auto* resolved_method = dex_cache->GetResolvedMethod(method->GetDexMethodIndex(), sizeof(void*));
856 dex_cache->SetResolvedMethod(method->GetDexMethodIndex(), method, sizeof(void*));
862 if (!(*bit_set)[method->GetDexMethodIndex()]) {
863 bit_set->set(method->GetDexMethodIndex());