Lines Matching refs:method_index
707 uint16_t method_index, in AddMethod() argument
720 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in AddMethod()
728 data->SetMethodHotness(method_index, flags); in AddMethod()
888 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods() local
889 last_method_index = method_index; in ReadMethods()
890 InlineCacheMap* inline_cache = data->FindOrAddMethod(method_index); in ReadMethods()
2042 for (uint32_t method_index : create_shuffled_range(methods_required_in_profile, in GenerateTestProfile() local
2046 flags |= ((method_index & 1) != 0) in GenerateTestProfile()
2050 MethodReference(dex_file.get(), method_index)); in GenerateTestProfile()
2103 ProfileCompilationInfo::DexFileData::FindOrAddMethod(uint16_t method_index) { in FindOrAddMethod() argument
2104 if (method_index >= num_method_ids) { in FindOrAddMethod()
2105 LOG(ERROR) << "Invalid method index " << method_index << ". num_method_ids=" << num_method_ids; in FindOrAddMethod()
2109 method_index, in FindOrAddMethod()