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

  /art/runtime/
method_reference.h 28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) {
31 return dex_file->PrettyMethod(dex_method_index, with_signature);
34 uint32_t dex_method_index; member in struct:art::MethodReference
40 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
  /art/compiler/optimizing/
stack_map_stream.h 124 uint32_t dex_method_index; member in struct:art::StackMapStream::StackMapEntry
147 void AddInvoke(InvokeType type, uint32_t dex_method_index);
inliner.cc 1226 uint32_t dex_method_index = FindMethodIndexIn( local
    [all...]
  /art/runtime/jit/
profile_compilation_info.h 60 : dex_file(dex), dex_method_index(method_index) {}
65 : dex_file(dex), dex_method_index(method_index), inline_caches(caches) {}
68 const uint32_t dex_method_index; member in struct:art::ProfileMethodInfo
239 uint16_t dex_method_index) const;
364 uint16_t dex_method_index) const;

Completed in 211 milliseconds