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

  /art/runtime/mirror/
executable.h 62 uint32_t dex_method_index_; member in class:art::mirror::Executable
74 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_));
  /art/runtime/
art_method.h 79 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0),
371 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, dex_method_index_));
391 return dex_method_index_;
396 dex_method_index_ = new_idx;
555 return dex_method_index_ == kRuntimeMethodDexMethodIndex;
715 visitor(this, &dex_method_index_, "dex_method_index_");
758 uint32_t dex_method_index_; member in class:art::final
    [all...]
  /art/compiler/optimizing/
nodes.h 4400 const uint32_t dex_method_index_; member in class:art::final::final::ComparisonBias::HInvoke
    [all...]

Completed in 4091 milliseconds