Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h97 method_index_(0), hotness_count_(0) { }
618 method_index_ = new_method_index;
626 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, method_index_));
1040 visitor(this, &method_index_, "method_index_");
1086 uint16_t method_index_;
Dart_method-inl.h279 return method_index_;
283 return method_index_;
Dclass_linker.cc7503 method_index_(0u), in CopiedMethodRecord()
7508 method_index_(vtable_index), in CopiedMethodRecord()
7525 method_index_ = method_index; in SetMethodIndex()
7529 DCHECK_NE(method_index_, dex::kDexNoIndex); in GetMethodIndex()
7530 return method_index_; in GetMethodIndex()
7586 DCHECK_EQ(vtable_index, method_index_); in UpdateState()
7602 DCHECK_EQ(vtable_index, method_index_); in FinalizeState()
7785 uint32_t method_index_; member in art::ClassLinker::LinkMethodsHelper::CopiedMethodRecord
/art/profman/
Dprofman.cc1284 uint32_t method_index_; member
1287 return ref.type_ == type_ && ref.method_index_ == method_index_; in operator ==()
1541 resolved_class_method_ref->method_index_, in ProcessLine()
1593 resolved_class_method_ref->method_index_) in ProcessLine()
1598 resolved_class_method_ref->method_index_); in ProcessLine()