Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc676 int source_file_len = strlen(source_file); in RecordMethodInfoV2() local
686 int method_info_length = class_name_len + name_len + signature_len + source_file_len + 4; in RecordMethodInfoV2()
709 memcpy(buf + index, source_file, source_file_len); in RecordMethodInfoV2()
710 buf[index + source_file_len] = '\n'; in RecordMethodInfoV2()
711 index += source_file_len + 1; in RecordMethodInfoV2()