Home
last modified time | relevance | path

Searched refs:SetMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dimt_conflict_table.h69 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
Dstack.h186 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_);
Dstack.cc663 void StackVisitor::SetMethod(ArtMethod* method) { in SetMethod() function in art::StackVisitor
666 cur_shadow_frame_->SetMethod(method); in SetMethod()
/art/runtime/gc/
Dallocation_record.h53 void SetMethod(ArtMethod* m) { in SetMethod() function
111 stack_[index].SetMethod(m); in SetStackElementAt()
/art/runtime/interpreter/
Dshadow_frame.h247 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod() function
/art/openjdkjvmti/
Dti_redefine.cc325 SetMethod(new_obsolete_method); in VisitFrame()