Home
last modified time | relevance | path

Searched refs:method_index_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_nodes.h185 method_index_(inst->VRegB_35c()) { } in InvokeStaticInstructionNode()
191 return method_index_; in GetCalledMethodIndex()
199 const uint32_t method_index_;
/art/runtime/mirror/
Dart_method.h178 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index); in SetMethodIndex()
182 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_); in MethodIndexOffset()
459 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_); in GetMethodIndexOffset()
587 uint32_t method_index_; variable
Dart_method-inl.h69 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_)); in GetMethodIndex()
73 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_)); in GetMethodIndexDuringLinking()
/art/runtime/
Dclass_linker_test.cc494 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, method_index_), … in ArtMethodOffsets()