HomeSort by relevance Sort by last modified time
    Searched refs:method_index_ (Results 1 - 4 of 4) 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 177 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index);
181 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
398 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
534 uint32_t method_index_; member in class:art::mirror::FINAL
art_method-inl.h 69 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_));
  /art/runtime/
class_linker_test.cc 501 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, method_index_), "methodIndex"));
    [all...]

Completed in 91 milliseconds