Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h49 return imt_conflict_method_.Read(); in GetImtConflictMethod()
Druntime.h315 return !imt_conflict_method_.IsNull(); in HasImtConflictMethod()
319 imt_conflict_method_ = GcRoot<mirror::ArtMethod>(method); in SetImtConflictMethod()
517 GcRoot<mirror::ArtMethod> imt_conflict_method_; variable
Druntime.cc1156 imt_conflict_method_.VisitRoot(callback, arg, 0, kRootVMInternal); in VisitNonThreadRoots()