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

  /art/runtime/
method_reference.h 28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) {
31 uint32_t dex_method_index; member in struct:art::MethodReference
37 return mr1.dex_method_index < mr2.dex_method_index;
  /art/compiler/debug/
method_debug_info.h 30 uint32_t dex_method_index; member in struct:art::debug::MethodDebugInfo

Completed in 66 milliseconds