Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1442 uint16_t method_line_length = static_cast<uint16_t>(method_line.length()); in RecordMethodInfoV1() local
1448 method_line_length = static_cast<uint16_t>(method_line.length()); in RecordMethodInfoV1()
1449 Append2LE(method_header + 3, method_line_length); in RecordMethodInfoV1()
1454 !trace_file_->WriteFully(ptr, method_line_length)) { in RecordMethodInfoV1()