Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc812 if (unread_bytes_before_operation < line_header.method_region_size_bytes) { in ReadMethods()
817 - line_header.method_region_size_bytes; in ReadMethods()
840 if (total_bytes_read != line_header.method_region_size_bytes) { in ReadMethods()
985 READ_UINT(uint32_t, buffer, line_header->method_region_size_bytes, error); in ReadProfileLineHeaderElements()
1354 profile_line_headers[k].method_region_size_bytes + in LoadInternal()
Dprofile_compilation_info.h616 uint32_t method_region_size_bytes; member