Home | History | Annotate | Download | only in quick

Lines Matching refs:called_method

1079   MethodReference called_method(nullptr, 0);
1084 called_method.dex_file = caller->GetDexFile();
1146 called_method.dex_method_index = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c();
1153 DCHECK_EQ(stack_map_dex_method_idx, called_method.dex_method_index)
1154 << called_method.dex_file->PrettyMethod(stack_map_dex_method_idx) << " "
1155 << called_method.dex_file->PrettyMethod(called_method.dex_method_index);
1159 << called_method.dex_method_index;
1163 called_method.dex_method_index = stack_map_dex_method_idx;
1167 called_method.dex_file = called->GetDexFile();
1168 called_method.dex_method_index = called->GetDexMethodIndex();
1172 called_method.dex_file->GetMethodShorty(
1173 called_method.dex_file->GetMethodId(called_method.dex_method_index), &shorty_len);
1184 DCHECK_EQ(caller->GetDexFile(), called_method.dex_file);
1186 self, called_method.dex_method_index, caller, invoke_type);
1189 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) {
1191 called_method.dex_file->GetOatDexFile()->GetMethodBssMapping();
1196 [called_method](const MethodBssMappingEntry& entry) {
1197 return entry.method_index < called_method.dex_method_index;
1199 if (pp != mapping->end() && pp->CoversIndex(called_method.dex_method_index)) {
1200 size_t bss_offset = pp->GetBssOffset(called_method.dex_method_index,
1203 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile();
1240 dex_cache->GetDexFile()->GetMethodId(called_method.dex_method_index).class_idx_,