Home
last modified time | relevance | path

Searched defs:SetMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dallocation_record.h53 void SetMethod(ArtMethod* m) { in SetMethod() function
/art/runtime/
Dimt_conflict_table.h196 void SetMethod(size_t index, PointerSize pointer_size, ArtMethod* method) { in SetMethod() function
Dstack.cc663 void StackVisitor::SetMethod(ArtMethod* method) { in SetMethod() function in art::StackVisitor
/art/runtime/interpreter/
Dshadow_frame.h247 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod() function