Searched refs:SetMethod (Results 1 – 6 of 6) sorted by relevance
69 SetMethod(index * kMethodCount + kMethodInterface, pointer_size, method); in SetInterfaceMethod()73 SetMethod(index * kMethodCount + kMethodImplementation, pointer_size, method); in SetImplementationMethod()196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetMethod() function
186 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_);
662 void StackVisitor::SetMethod(ArtMethod* method) { in SetMethod() function in art::StackVisitor665 cur_shadow_frame_->SetMethod(method); in SetMethod()
53 void SetMethod(ArtMethod* m) { in SetMethod() function111 stack_[index].SetMethod(m); in SetStackElementAt()
247 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod() function
325 SetMethod(new_obsolete_method); in VisitFrame()