Home
last modified time | relevance | path

Searched refs:resolution_method_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime-inl.h44 return resolution_method_.Read(); in GetResolutionMethod()
Druntime.h302 return !resolution_method_.IsNull(); in HasResolutionMethod()
306 resolution_method_ = GcRoot<mirror::ArtMethod>(method); in SetResolutionMethod()
516 GcRoot<mirror::ArtMethod> resolution_method_; variable
Druntime.cc1149 resolution_method_.VisitRoot(callback, arg, 0, kRootVMInternal); in VisitNonThreadRoots()
1150 DCHECK(!resolution_method_.IsNull()); in VisitNonThreadRoots()