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

  /art/runtime/mirror/
art_method.h 142 SetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index, false);
146 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
326 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
433 uint32_t method_index_; member in class:art::mirror::ArtMethod
art_method-inl.h 48 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), false);
  /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/
class_linker_test.cc 484 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, method_index_), "methodIndex"));
    [all...]

Completed in 4380 milliseconds