Home | History | Annotate | Download | only in entrypoints

Lines Matching defs:method_index

62   uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, inlining_depth);
66 DCHECK_EQ(inlined_method->GetDexMethodIndex(), method_index);
82 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_index);
83 ArtMethod* inlined_method = caller->GetDexCacheResolvedMethod(method_index, kRuntimePointerSize);
113 caller->SetDexCacheResolvedMethod(method_index, inlined_method, kRuntimePointerSize);