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.cc826 if (unread_bytes_before_operation < line_header.method_region_size_bytes) { in ReadMethods()
831 - line_header.method_region_size_bytes; in ReadMethods()
854 if (total_bytes_read != line_header.method_region_size_bytes) { in ReadMethods()
1015 READ_UINT(uint32_t, buffer, line_header->method_region_size_bytes, error); in ReadProfileLineHeaderElements()
1386 profile_line_headers[k].method_region_size_bytes + in LoadInternal()
Dprofile_compilation_info.h744 uint32_t method_region_size_bytes; member