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

  /art/compiler/sea_ir/ir/
instruction_nodes.h 185 method_index_(inst->VRegB_35c()) { }
191 return method_index_;
199 const uint32_t method_index_; member in class:sea_ir::InvokeStaticInstructionNode
  /art/runtime/mirror/
art_method.h 178 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index);
182 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
459 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
587 uint32_t method_index_; member in class:art::mirror::FINAL

Completed in 653 milliseconds