Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.h31 SetMethod(m.Get()); in MethodHelper()
36 SetMethod(new_m); in ChangeMethod()
131 void SetMethod(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethod() function
Ddebugger.cc90 void SetMethod(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethod() function in art::AllocRecordStackTraceElement
2987 req.SetMethod(nullptr); in ProcessDelayedFullUndeoptimizations()
3173 req->SetMethod(nullptr); in WatchLocation()
3176 req->SetMethod(m); in WatchLocation()
3181 req->SetMethod(nullptr); in WatchLocation()
3220 req->SetMethod(nullptr); in UnwatchLocation()
3224 req->SetMethod(m); in UnwatchLocation()
3229 req->SetMethod(nullptr); in UnwatchLocation()
4430 record->StackElement(depth)->SetMethod(m); in VisitFrame()
4440 record->StackElement(depth)->SetMethod(nullptr); in ~AllocRecordStackVisitor()
[all …]
Ddebugger.h154 SetMethod(other.Method()); in SHARED_LOCKS_REQUIRED()
159 void SetMethod(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dstack.h316 void SetMethod(mirror::ArtMethod* method) { in SetMethod() function
/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc90 new_shadow_frame->SetMethod(method); in art_portable_push_shadow_frame_from_code()