Home | History | Annotate | Download | only in optimizing

Lines Matching defs:ref

268     MethodReference ref = invoke_instruction->AsInvokeStaticOrDirect()->GetTargetMethod();
269 mirror::DexCache* const dex_cache = IsSameDexFile(caller_dex_file, *ref.dex_file)
271 : class_linker->FindDexCache(soa.Self(), *ref.dex_file);
273 ref.dex_method_index, class_linker->GetImagePointerSize());