Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc273 static UniqueStringTable* string_table = nullptr; variable
291 return string_table->Intern("+", allocation.str()); in formatAllocation()
304 return string_table->Intern("+", method); in formatMethod()
348 stream->Write(string_table->Intern("=", record) + "\n"); in logVMObjectAlloc()
445 string_table = new UniqueStringTable(); in AgentStart()