| /art/runtime/ | 
| method_info.h | 62   void SetMethodIndex(size_t index, MethodIndexType method_index) { 64                       method_index,  local
 
 | 
| cha.cc | 371   uint16_t method_index = method_in_super->GetMethodIndex();  local 376                                   method_index,
 438            method_index < super_super->GetVTableLength()) {
 439       ArtMethod* method_in_super_super = super_super->GetVTableEntry(method_index, pointer_size);
 460                                       method_index,
 
 | 
| art_method.cc | 218   uint16_t method_index = GetMethodIndex();  local 222   if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
 223     result = super_class->GetVTableEntry(method_index, pointer_size);
 [all...]
 | 
| /art/compiler/optimizing/ | 
| stack_map_stream.h | 130     uint32_t method_index;  member in struct:art::StackMapStream::InlineInfoEntry 
 | 
| stack_map_stream.cc | 124     current_inline_info_.method_index = method->GetDexMethodIndexUnchecked(); 572     const uint32_t method_index = stack_map.dex_method_index;  local
 573     if (method_index != dex::kDexNoIndex) {
 574       stack_map.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
 575       method_indices_[index] = method_index;
 580     const uint32_t method_index = inline_info.method_index;  local
 581     CHECK_NE(method_index, dex::kDexNoIndex);
 582     inline_info.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
 583     method_indices_[index] = method_index;
 [all...]
 | 
| inliner.cc | 455   uint32_t method_index = invoke_instruction->GetDexMethodIndex();  local 457   LOG_TRY() << caller_dex_file.PrettyMethod(method_index);
 1160  size_t method_index = invoke_instruction->IsInvokeVirtual()  local
 1719  uint32_t method_index = resolved_method->GetDexMethodIndex();  local
 [all...]
 | 
| /art/runtime/entrypoints/ | 
| entrypoint_utils-inl.h | 64   uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, inlining_depth);  local 68     DCHECK_EQ(inlined_method->GetDexMethodIndex(), method_index);
 78     method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, depth);
 79     ArtMethod* inlined_method = class_linker->LookupResolvedMethod(method_index,
 84                  << method->GetDexFile()->PrettyMethod(method_index) << " . "
 [all...]
 | 
| /art/compiler/dex/ | 
| inline_method_analyser.cc | 149   uint32_t method_index = invoke_direct->VRegB_35c();  local 151       method_index, method->GetDexCache(), method->GetClassLoader());
 
 | 
| /art/dex2oat/linker/ | 
| oat_writer_test.cc | 469     size_t method_index = 0;  local 471       CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
 472       ++method_index;
 480       CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
 481       ++method_index;
 [all...]
 | 
| /art/libdexfile/dex/ | 
| dex_file_verifier_test.cc | 244     uint32_t method_index = it.GetMemberIndex();  local 245     dex::StringIndex name_index = dex_file->GetMethodId(method_index).name_idx_;
 250         *method_idx = method_index;
 [all...]
 | 
| /art/runtime/dex/ | 
| dex_file_annotations.cc | 267                                                              uint32_t method_index) { 280     if (method_annotations[i].method_idx_ == method_index) {
 310   uint32_t method_index = method->GetDexMethodIndex();  local
 313     if (parameter_annotations[i].method_idx_ == method_index) {
 [all...]
 | 
| /art/dexlayout/ | 
| dex_ir.cc | 277       const uint32_t method_index = static_cast<uint32_t>(ReadVarWidth(data, length, false));  local 278       item->SetMethodId(GetMethodId(method_index));
 [all...]
 | 
| /art/profman/ | 
| profman.cc | 973  const uint32_t method_index = FindMethodIndex(class_ref, method_spec);  local [all...]
 | 
| /art/runtime/entrypoints/quick/ | 
| quick_trampoline_entrypoints.cc | 1261  uint32_t method_index = inline_info.GetMethodIndexAtDepth(inline_info_encoding,  local [all...]
 | 
| /art/oatdump/ | 
| oatdump.cc | 679           size_t method_index = m->GetMethodIndex();  local 680           return oat_class.GetOatMethod(method_index).GetQuickCode();
 [all...]
 | 
| /prebuilts/jdk/jdk8/darwin-x86/lib/ | 
| tools.jar |  | 
| /prebuilts/jdk/jdk8/linux-x86/lib/ | 
| tools.jar |  |