Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc675 int class_name_len = class_name.length(); in RecordMethodInfoV2() local
686 int method_info_length = class_name_len + name_len + signature_len + source_file_len + 4; in RecordMethodInfoV2()
700 memcpy(buf + index, class_name.c_str(), class_name_len); in RecordMethodInfoV2()
701 buf[index + class_name_len] = '\t'; in RecordMethodInfoV2()
702 index += class_name_len + 1; in RecordMethodInfoV2()