Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc281 ScopedThreadInfo sti(jvmti, jni, thr.thread); in formatAllocation() local
283 allocation << "jthread[" << sti.GetName() << "]"; in formatAllocation()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc541 ScopedThreadInfo sti(jvmti, jni, thr.thread); in PrintRest() local
542 stream << ", jthread[" << sti.GetName() << "]"; in PrintRest()