Home | History | Annotate | Download | only in optimizing

Lines Matching refs:index_in_cache

811       // temp = temp[index_in_cache];
813 uint32_t index_in_cache = invoke->GetDexMethodIndex();
814 __ movq(reg, Address(reg, CodeGenerator::GetCachePointerOffset(index_in_cache)));