Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc811 #define READ_UINT(type, buffer, dest, error) \ macro
827 READ_UINT(uint16_t, buffer, inline_cache_size, error); in ReadInlineCache()
831 READ_UINT(uint16_t, buffer, dex_pc, error); in ReadInlineCache()
832 READ_UINT(uint8_t, buffer, dex_to_classes_map_size, error); in ReadInlineCache()
845 READ_UINT(uint8_t, buffer, dex_profile_index, error); in ReadInlineCache()
846 READ_UINT(uint8_t, buffer, dex_classes_size, error); in ReadInlineCache()
854 READ_UINT(uint16_t, buffer, type_index, error); in ReadInlineCache()
887 READ_UINT(uint16_t, buffer, diff_with_last_method_index, error); in ReadMethods()
922 READ_UINT(uint16_t, buffer, diff_with_last_class_index, error); in ReadClasses()
1054 READ_UINT(uint16_t, buffer, *dex_location_size, error); in ReadProfileLineHeaderElements()
[all …]