HomeSort by relevance Sort by last modified time
    Searched defs:method_index (Results 1 - 6 of 6) sorted by null

  /art/compiler/
oat_test.cc 172 size_t method_index = 0; local
173 for (size_t i = 0; i < klass->NumDirectMethods(); i++, method_index++) {
175 oat_class.GetOatMethod(method_index), dex_file);
177 for (size_t i = 0; i < num_virtual_methods; i++, method_index++) {
179 oat_class.GetOatMethod(method_index), dex_file);
  /art/compiler/optimizing/
stack_map_stream.h 65 uint32_t method_index; member in struct:art::StackMapStream::InlineInfoEntry
98 void AddInlineInfoEntry(uint32_t method_index) {
100 entry.method_index = method_index;
191 inline_info.SetMethodReferenceIndexAtDepth(i, inline_entry.method_index);
  /art/runtime/mirror/
art_method.cc 110 uint16_t method_index = GetMethodIndex(); local
114 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
115 result = super_class->GetVTableEntry(method_index);
  /art/compiler/dex/
mir_optimization.cc 1209 uint32_t method_index = invoke->meta.method_lowering_info; local
    [all...]
  /art/oatdump/
oatdump.cc 293 size_t method_index = m->GetMethodIndex(); local
294 return oat_class.GetOatMethod(method_index).GetQuickCode();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 825 uint32_t method_index = mh.FindDexMethodIndexInOtherDexFile(*dex_file, dex_method_idx); local
    [all...]

Completed in 785 milliseconds