Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h283 void RecordMethodInfoV1(const std::string& method_line, uint64_t method_id)
Dtrace.cc1435 void TraceWriter::RecordMethodInfoV1(const std::string& method_info_line, uint64_t method_id) { in RecordMethodInfoV1() function in art::TraceWriter
1711 RecordMethodInfoV1(method_infos.find(record.method)->second, method_id); in FlushEntriesFormatV1()