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 53 uint32_t dex_method_index_; member in class:art::mirror::Executable
68 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_));
  /art/runtime/
art_method.h 71 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0),
330 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, dex_method_index_));
350 return dex_method_index_;
356 dex_method_index_ = new_idx;
537 return dex_method_index_ == kRuntimeMethodDexMethodIndex;;
696 visitor(this, &dex_method_index_, "dex_method_index_");
725 uint32_t dex_method_index_; member in class:art::FINAL
  /art/compiler/optimizing/
nodes.h 4087 const uint32_t dex_method_index_; member in class:art::FINAL::FINAL::ComparisonBias::HInvoke
    [all...]

Completed in 264 milliseconds