Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc875 if (unread_bytes_before_operation < line_header.method_region_size_bytes) { in ReadMethods()
880 - line_header.method_region_size_bytes; in ReadMethods()
903 if (total_bytes_read != line_header.method_region_size_bytes) { in ReadMethods()
1056 READ_UINT(uint32_t, buffer, line_header->method_region_size_bytes, error); in ReadProfileLineHeaderElements()
1467 profile_line_headers[k].method_region_size_bytes + in LoadInternal()
Dprofile_compilation_info.h665 uint32_t method_region_size_bytes; member