Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc1573 static const HprofHeapTag xlate[] = { in VisitRoot() local
1590 CHECK_LT(info.GetType(), sizeof(xlate) / sizeof(HprofHeapTag)); in VisitRoot()
1594 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()